File: manpage-fixes.patch

package info (click to toggle)
cmucl 21d-2.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 45,364 kB
  • sloc: lisp: 378,758; ansic: 30,678; asm: 2,977; sh: 1,417; makefile: 352; csh: 31
file content (158 lines) | stat: -rw-r--r-- 5,858 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
Description: Fix some - \- confusion in the manpages
Author: Peter Van Eynde <pvaneynd@debian.org>
Forwarded: TBD


--- cmucl.orig/src/general-info/cmucl.1
+++ cmucl/src/general-info/cmucl.1
@@ -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
--- cmucl.orig/src/general-info/lisp.1
+++ cmucl/src/general-info/lisp.1
@@ -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.  
@@ -138,16 +138,6 @@
 core file.  This is useful if CMUCL is not finding its core file for
 some reason.
 .TP
-.BR \-fpu " fpu-mode"
-This option is only available on x86 systems.  This option takes the
-values x87, sse2, or auto, with auto being the default.  With the
-default value, CMUCL will check to see if the machine running CMUCL
-supports SSE2 or not.  If so, the SSE2 core file is automatically
-selected and used.  If not, the x87 core file is used.  With this
-option, the user can override the detection and select a core.  (Note
-that you cannot run the SSE2 core on a chip that doesn't not have
-SSE2.  But the x87 core can run on any machine.)
-.TP
 .BR \--
 If this option is given, CMUCL's argument processing is stopped, and
 anything after "--" is placed in
@@ -161,11 +151,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 +173,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 +201,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