chicken (4.5.0-1) fix-manpages.patch

Summary

 chicken-install.1   |    4 ++--
 chicken-status.1    |    2 +-
 chicken-uninstall.1 |    2 +-
 chicken.1           |   10 +---------
 csi.1               |    4 +---
 5 files changed, 6 insertions(+), 16 deletions(-)

    
download this patch

Patch contents

--- a/chicken-install.1
+++ b/chicken-install.1
@@ -46,7 +46,7 @@
 (whether successfull or not).
 
 .TP
-.N \-n\-install
+.BI \-n\-install
 Do not install the extension, just build it. Implies 
 .B \-keep
 
@@ -128,7 +128,7 @@
 .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>
 )
 
 
--- a/chicken-status.1
+++ b/chicken-status.1
@@ -46,7 +46,7 @@
 .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>
 )
 
 
--- a/chicken-uninstall.1
+++ b/chicken-uninstall.1
@@ -58,7 +58,7 @@
 .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>
 )
 
 
--- a/chicken.1
+++ b/chicken.1
@@ -172,7 +172,6 @@
 .I library
 and
 .I eval
-\. Use this option if compiling a library unit
 instead of an application unit.
 
 .TP
@@ -295,9 +294,7 @@
 due to a runtime error, then a file containing a stack-trace will be written to
 the current directory under the name
 .I STACKTRACE
-\. Each line in the created file gives the name and the line-number (if
-available) of a procedure call. With this option given, the generated code is
-slightly faster.
+With this option given, the generated code is slightly faster.
 
 .TP
 .B \-no\-warnings
@@ -530,7 +527,6 @@
 Sets the growth rate of the heap in percent. If the heap is exhausted, then it
 will grow by
 .B PERCENTAGE
-\. The default is 200.
 
 .TP
 .B \-:hiNUMBER
@@ -546,10 +542,6 @@
 .B PERCENTAGE
 of the heap is used, then it will shrink to
 .B PERCENTAGE
-\. The default
-is 50. Note: If you want to make sure that the heap never shrinks, specify a
-value of 0. (this can be useful in situations where an optimal heap-size is
-known in advance).
 
 .TP
 .B \-:o
--- a/csi.1
+++ b/csi.1
@@ -3,9 +3,7 @@
 
 .SH NAME
 
-The
-.I Chicken
-Scheme interpreter
+csi \- The Chicken Scheme Interpreter
 
 .SH SYNOPSIS