Description: Fix some - \- confusion in the manpages
Author: Peter Van Eynde <pvaneynd@debian.org>
Forwarded: TBD


Index: b/src/general-info/cmucl.1
===================================================================
--- a/src/general-info/cmucl.1	2011-12-06 09:05:31.531799980 +0000
+++ b/src/general-info/cmucl.1	2011-12-06 09:05:41.180621816 +0000
@@ -157,7 +157,7 @@
 on a special number stack.
 .TP 3
 \--
-Full support for IEEE single and double (denorms, +-0, etc.)
+Full support for IEEE single and double (denorms, +\-0, etc.)
 .TP 3
 \--
 In block compiled code, numbers are passed as function arguments and
Index: b/src/general-info/lisp.1
===================================================================
--- a/src/general-info/lisp.1	2011-12-06 09:05:31.531799980 +0000
+++ b/src/general-info/lisp.1	2011-12-06 09:05:41.192627819 +0000
@@ -32,7 +32,7 @@
 Prints out the command line options and exits.
 .TP
 .BR \--help
-Same as -help.
+Same as \-help.
 .TP
 .BR \-core " filename"
 Specifies the suspended Lisp image (or `core file') to start up.  
@@ -161,11 +161,11 @@
 .BR CMUCLLIB
 This variable points to the `lib/' directory holding `lisp.core' and other
 files used by Lisp at run-time.  This can be overridden by using the
--lib commandline option.
+\-lib commandline option.
 .TP
 .BR CMUCLCORE
 This variable holds the path to the `lisp.core' that that should be
-used.  This can be overridden by using the -core commandline option.
+used.  This can be overridden by using the \-core commandline option.
 .TP
 .BR CMUCL_EMPTYFILE
 [SunOS only] If `df /tmp' shows `swap' as the filesystem for the `/tmp'
@@ -183,16 +183,16 @@
 
 .SH CORE FILE SEARCHING
 When no core file is specified (either by the CMUCLCORE environment
-variable or by the -core option), CMUCL will search in various places to
+variable or by the \-core option), CMUCL will search in various places to
 find a possible core file. 
 
-When the environment variable CMUCLLIB is set or the -lib option is
+When the environment variable CMUCLLIB is set or the \-lib option is
 given, the lisp core file is searched in the places specified
 therein.  This is a colon-separated list of directories, just like
 PATH.  This list of directories is searched in order for a file named
 `lisp.core'.  The first one found will be the core to be used.
 
-When the CMUCLLIB is not set and -lib is not given, a set of default
+When the CMUCLLIB is not set and \-lib is not given, a set of default
 paths is used to initialize the library: search-list, and this list is
 also used to search for the core file.  Let the lisp C executable be
 located at `<bin>/lisp'.  Then the following directories are searched
@@ -211,64 +211,61 @@
 
 .SH FILES
 
-The following pathnames are specified relative to the directory where CMU CL is
-installed, e.g. /usr/local.
-
 .TP 10n
-.BR doc/cmucl/*
+.BR /usr/share/doc/cmucl/*
 Various postscript and text documentation files.
 .TP
-.BR bin/lisp
+.BR /usr/bin/lisp
 The lisp startup program.  This directory should be in PATH.
 .TP
-.BR lib/cmucl/sample-wrapper
+.BR /usr/lib/cmucl/sample-wrapper
 An example shell script that setups up the environment and run lisp.
 This is not normally needed unless you want some special
 configuration. 
 .TP
-.BR lib/cmucl/lib/lisp.core
+.BR /usr/lib/cmucl/lisp.core
 The suspended Lisp image.  But for x86 machines the suspended core is
 named lisp-x87.core or lisp-sse2.core, depending on whether the x87 or
 sse2 core is used.
 .TP
-.BR lib/cmucl/lib/site-init.lisp, generic-site.lisp
+.BR /etc/common-lisp/cmucl/site-init.lisp, generic-site.lisp
 Site specific initialization (see README file.)  The generic-site.lisp
 file is a template that can be used to create site-init.lisp.  (Note:
 installation of CMUCL does not create or destroy any site-init.lisp file.)
 .TP
-.BR lib/cmucl/lib/lisp.a
+.BR /usr/lib/cmucl/lib/lisp.a
 An archive file of all of the C runtime code.  This is needed when
 creating and executable image.
 .TP
-.BR lib/cmucl/lib/linker.sh, linker-x86.sh
+.BR /usr/lib/cmucl/lib/linker.sh, linker-x86.sh
 Shell scripts to perform the necessary linking to create an executable
 image.
 .TP
-.BR lib/cmucl/lib/hemlock11.*, lib/cmucl/lib/mh-scan, lib/cmucl/lib/spell-dictionary.bin
+.BR /usr/lib/cmucl/hemlock11.*, /usr/lib/cmucl/mh-scan, /usr/lib/cmucl/spell-dictionary.bin
 Hemlock files.
 .TP
-.BR lib/cmucl/lib/fonts/
+.BR /usr/lib/cmucl/lib/fonts/
 X11 fonts for Hemlock.
 .TP
-.BR lib/cmucl/lib/locale
+.BR /usr/lib/cmucl/lib/locale
 This directory contains template files for CMUCL messages.
 Translations of the CMUCL messages are also stored here.
 .TP
-.BR lib/cmucl/lib/XKeysymDB
+.BR /usr/lib/cmucl/lib/XKeysymDB
 Database of X Keysym names for Motif.
 .TP
-.BR lib/cmucl/lib/load-foreign.csh
+.BR /usr/lib/cmucl/lib/load-foreign.csh
 Script used by LOAD-FOREIGN to run "ld" on some platforms.
 .TP
-.BR lib/cmucl/lib/contrib
+.BR /usr/lib/cmucl/lib/contrib
 This directory contains contrib modules, including asdf2 and
 mk-defsystem.
 .TP
-.BR lib/cmucl/lib/ext-formats
+.BR /usr/lib/cmucl/lib/ext-formats
 This directory contains lisp files that implement the various external
 formats supported by CMUCL.
 .TP
-.BR lib/cmucl/lib/subsystems
+.BR /usr/lib/cmucl/lib/subsystems
 This directory contains the subsystems for CMUCL.  The subsystems
 include CLX, CLM, Gray streams, Hemlock, and Simple Streams.
 .TP
