summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Puricelli (evo) <evo@debian.org>2017-10-21 23:04:32 +0200
committerTobias Frost <tobi@debian.org>2017-10-21 23:04:32 +0200
commit289a1e30ffeff9c109f53d134d964f5a2f45e5ef (patch)
treed320201600d176928ace74937508409e47c67fb3
parent76866067eaddec4d4a764daeebfdb16d72f694cc (diff)
fix-manpages
=================================================================== Gbp-Pq: Name fix-manpages.patch
-rw-r--r--chicken-install.12
-rw-r--r--chicken-status.12
-rw-r--r--chicken-uninstall.12
-rw-r--r--chicken.14
-rw-r--r--csi.14
5 files changed, 4 insertions, 10 deletions
diff --git a/chicken-install.1 b/chicken-install.1
index 359e540..9132b51 100644
--- a/chicken-install.1
+++ b/chicken-install.1
@@ -42,7 +42,7 @@ installation paths if specified.
.B CHICKEN_REPOSITORY
The path where extension libraries are installed. Defaults to the package-library
path selected during configuration (usually
-.B $prefix/lib/chicken/<binary\-version>
+.B /var/lib/chicken/<binary\-version>
)
.TP
diff --git a/chicken-status.1 b/chicken-status.1
index 4650a99..07698d4 100644
--- a/chicken-status.1
+++ b/chicken-status.1
@@ -35,7 +35,7 @@ when configuring the system.
.B CHICKEN_REPOSITORY
The path where extension libraries are installed. Defaults to the package-library
path selected during configuration (usually
-.B $prefix/lib/chicken/<binary\-version>
+.B /var/lib/chicken/<binary\-version>
)
diff --git a/chicken-uninstall.1 b/chicken-uninstall.1
index 90b6f46..37041c3 100644
--- a/chicken-uninstall.1
+++ b/chicken-uninstall.1
@@ -41,7 +41,7 @@ installation paths if specified.
.B CHICKEN_REPOSITORY
The path where extension libraries are installed. Defaults to the package-library
path selected during configuration (usually
-.B $prefix/lib/chicken/<binary\-version>
+.B /var/lib/chicken/<binary\-version>
)
.TP
diff --git a/chicken.1 b/chicken.1
index 86a2e6e..527729e 100644
--- a/chicken.1
+++ b/chicken.1
@@ -21,10 +21,6 @@ is a compiler and interpreter for the programming language
supporting most of the features as described in the
.I Revised^5 Report on
.I the Algorithmic Language Scheme
-\.
-The
-.B chicken
-program is the basic Scheme-to-C translator used in this system.
For a more convenient interface, see the manual page for csc(1).
.SH OPTIONS
diff --git a/csi.1 b/csi.1
index e860a5c..ef7b724 100644
--- a/csi.1
+++ b/csi.1
@@ -3,9 +3,7 @@
.SH NAME
-The
-.I CHICKEN
-Scheme interpreter
+csi \- The Chicken Scheme Interpreter
.SH SYNOPSIS