aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-03-04 07:14:22 +0000
committerRichard M. Stallman2001-03-04 07:14:22 +0000
commit256e6c04285eb10bbcf479704fd6dd4611af0e2c (patch)
treeba4dcca5c85e1868356b58cd1732ddaf0fb25e3a
parent1bd6203653ec866187638b2cd290562c97572ed8 (diff)
downloademacs-256e6c04285eb10bbcf479704fd6dd4611af0e2c.tar.gz
emacs-256e6c04285eb10bbcf479704fd6dd4611af0e2c.zip
Fix Texinfo usage. Write GNU/Linux, not Linux.
-rw-r--r--man/woman.texi48
1 files changed, 24 insertions, 24 deletions
diff --git a/man/woman.texi b/man/woman.texi
index da0bf2ea9e7..46cad4b133d 100644
--- a/man/woman.texi
+++ b/man/woman.texi
@@ -1,5 +1,5 @@
1\input texinfo @c -*-texinfo-*- 1\input texinfo @c -*-texinfo-*-
2@c $Id: woman.texi,v 1.4 2000/09/28 15:01:34 gerd Exp $ 2@c $Id: woman.texi,v 1.5 2001/02/17 16:58:25 rms Exp $
3@c %**start of header 3@c %**start of header
4@setfilename ../info/woman 4@setfilename ../info/woman
5@settitle WoMan: Browse UN*X Manual Pages ``Wo (without) Man'' 5@settitle WoMan: Browse UN*X Manual Pages ``Wo (without) Man''
@@ -136,7 +136,7 @@ This version of WoMan should run with GNU Emacs 20.3 or later on any
136platform. It has not been tested, and may not run, with any other 136platform. It has not been tested, and may not run, with any other
137version of Emacs. It was developed primarily on various versions of 137version of Emacs. It was developed primarily on various versions of
138Microsoft Windows, but has also been tested on MS-DOS, and various 138Microsoft Windows, but has also been tested on MS-DOS, and various
139versions of UNIX and Linux. 139versions of UNIX and GNU/Linux.
140 140
141WoMan is distributed with GNU Emacs 21, and the current source code and 141WoMan is distributed with GNU Emacs 21, and the current source code and
142documentation files are available from 142documentation files are available from
@@ -691,7 +691,7 @@ its cache every time it is run in a new Emacs session.
691 691
692A prefix argument always causes the @code{woman} command (only) to 692A prefix argument always causes the @code{woman} command (only) to
693rebuild its topic cache, and to re-save it to 693rebuild its topic cache, and to re-save it to
694@code{woman-cache-filename} if this variable has a non-nil value. This 694@code{woman-cache-filename} if this variable has a non-@code{nil} value. This
695is necessary if the @emph{names} of any of the directories or files in 695is necessary if the @emph{names} of any of the directories or files in
696the paths specified by @code{woman-manpath} or @code{woman-path} change. 696the paths specified by @code{woman-manpath} or @code{woman-path} change.
697If WoMan user options that affect the cache are changed then WoMan will 697If WoMan user options that affect the cache are changed then WoMan will
@@ -1107,7 +1107,7 @@ customization should be possible via existing user options.
1107 1107
1108@vtable @code 1108@vtable @code
1109@item woman-show-log 1109@item woman-show-log
1110A boolean value that defaults to nil. If non-nil then show the 1110A boolean value that defaults to @code{nil}. If non-@code{nil} then show the
1111@code{*WoMan-Log*} buffer if appropriate, i.e.@: if any warning messages 1111@code{*WoMan-Log*} buffer if appropriate, i.e.@: if any warning messages
1112are written to it. @xref{Log, , The *WoMan-Log* Buffer}. 1112are written to it. @xref{Log, , The *WoMan-Log* Buffer}.
1113 1113
@@ -1290,13 +1290,13 @@ Either a string representing the full pathname of the WoMan directory
1290and topic cache file, or @code{nil}. It is used to save and restore the 1290and topic cache file, or @code{nil}. It is used to save and restore the
1291cache between Emacs sessions. This is especially useful with 1291cache between Emacs sessions. This is especially useful with
1292remote-mounted man page files! The default value of @code{nil} 1292remote-mounted man page files! The default value of @code{nil}
1293suppresses this action. The ``standard'' non-nil filename is 1293suppresses this action. The ``standard'' non-@code{nil} filename is
1294@file{~/.wmncach.el}. Remember that a prefix argument forces the 1294@file{~/.wmncach.el}. Remember that a prefix argument forces the
1295@code{woman} command to update and re-write the cache. 1295@code{woman} command to update and re-write the cache.
1296 1296
1297@item woman-dired-keys 1297@item woman-dired-keys
1298A list of @code{dired} mode keys to be defined to run WoMan on the 1298A list of @code{dired} mode keys to be defined to run WoMan on the
1299current file, e.g.@: @code{("w" "W")} or any non-nil atom to 1299current file, e.g.@: @code{("w" "W")} or any non-@code{nil} atom to
1300automatically define @kbd{w} and @kbd{W} if they are unbound, or 1300automatically define @kbd{w} and @kbd{W} if they are unbound, or
1301@code{nil} to do nothing. Default is @code{t}. 1301@code{nil} to do nothing. Default is @code{t}.
1302 1302
@@ -1311,7 +1311,7 @@ the form @code{(MENU-TITLE REGEXP INDEX)} -- see the documentation for
1311@end lisp 1311@end lisp
1312 1312
1313@item woman-imenu 1313@item woman-imenu
1314A boolean value that defaults to @code{nil}. If non-nil then WoMan adds 1314A boolean value that defaults to @code{nil}. If non-@code{nil} then WoMan adds
1315a Contents menu to the menubar by calling @code{imenu-add-to-menubar}. 1315a Contents menu to the menubar by calling @code{imenu-add-to-menubar}.
1316 1316
1317@item woman-imenu-title 1317@item woman-imenu-title
@@ -1321,7 +1321,7 @@ the menubar. Default is @code{"CONTENTS"}.
1321@item woman-topic-at-point 1321@item woman-topic-at-point
1322A symbol, which may be either @code{t}, @code{nil} or @code{confirm}, 1322A symbol, which may be either @code{t}, @code{nil} or @code{confirm},
1323that controls the use by @code{woman} of the ``word at point'' as a 1323that controls the use by @code{woman} of the ``word at point'' as a
1324topic suggestion. If it is non-nil then the @code{woman} command uses 1324topic suggestion. If it is non-@code{nil} then the @code{woman} command uses
1325the word at point as an initial topic suggestion when it reads a topic 1325the word at point as an initial topic suggestion when it reads a topic
1326from the minibuffer; if it is @code{t} then @code{woman} uses the word 1326from the minibuffer; if it is @code{t} then @code{woman} uses the word
1327at point @emph{without interactive confirmation} if it exists as a 1327at point @emph{without interactive confirmation} if it exists as a
@@ -1369,10 +1369,10 @@ complicated, includes an inappropriate extension (@file{.tgz}) and is
1369not loaded by default!] 1369not loaded by default!]
1370 1370
1371@item woman-use-own-frame 1371@item woman-use-own-frame
1372If non-nil then use a dedicated frame for displaying WoMan windows. 1372If non-@code{nil} then use a dedicated frame for displaying WoMan windows.
1373This is useful only when WoMan is run under a window system such as X or 1373This is useful only when WoMan is run under a window system such as X or
1374Microsoft Windows that supports real multiple frames, in which case the 1374Microsoft Windows that supports real multiple frames, in which case the
1375default value is non-nil. 1375default value is non-@code{nil}.
1376@end vtable 1376@end vtable
1377 1377
1378 1378
@@ -1389,29 +1389,29 @@ An integer specifying the right margin for formatted text. Default is
138965. 138965.
1390 1390
1391@item woman-fill-frame 1391@item woman-fill-frame
1392A boolean value. If non-nil then most of the frame width is used, 1392A boolean value. If non-@code{nil} then most of the frame width is used,
1393overriding the value of @code{woman-fill-column}. Default is nil. 1393overriding the value of @code{woman-fill-column}. Default is @code{nil}.
1394 1394
1395@item woman-default-indent 1395@item woman-default-indent
1396An integer specifying the default prevailing indent for the @code{-man} 1396An integer specifying the default prevailing indent for the @code{-man}
1397macros. Default is 5. Set this variable to 7 to emulate Linux man 1397macros. Default is 5. Set this variable to 7 to emulate GNU/Linux man
1398formatting. 1398formatting.
1399 1399
1400@item woman-bold-headings 1400@item woman-bold-headings
1401A boolean value. If non-nil then embolden section and subsection 1401A boolean value. If non-@code{nil} then embolden section and subsection
1402headings. Default is t. [Heading emboldening is @emph{not} standard 1402headings. Default is @code{t}. [Heading emboldening is @emph{not} standard
1403@code{man} behaviour.] 1403@code{man} behaviour.]
1404 1404
1405@item woman-ignore 1405@item woman-ignore
1406A boolean value. If non-nil then unrecognised requests etc. are 1406A boolean value. If non-@code{nil} then unrecognised requests etc. are
1407ignored. Default is t. This gives the standard @code{ROFF} behaviour. 1407ignored. Default is @code{t}. This gives the standard @code{ROFF} behaviour.
1408If @code{nil} then they are left in the buffer, which may aid debugging. 1408If @code{nil} then they are left in the buffer, which may aid debugging.
1409 1409
1410@item woman-preserve-ascii 1410@item woman-preserve-ascii
1411A boolean value. If non-nil then preserve @sc{ascii} characters in the 1411A boolean value. If non-@code{nil} then preserve @sc{ascii} characters in the
1412WoMan buffer. Otherwise, non-@sc{ascii} characters (that display as 1412WoMan buffer. Otherwise, non-@sc{ascii} characters (that display as
1413@sc{ascii}) may remain, which is irrelevant unless the buffer is to be 1413@sc{ascii}) may remain, which is irrelevant unless the buffer is to be
1414saved to a file. Default is nil. 1414saved to a file. Default is @code{nil}.
1415 1415
1416@item woman-emulation 1416@item woman-emulation
1417WoMan emulation, currently either @code{NROFF} or @code{TROFF}. Default 1417WoMan emulation, currently either @code{NROFF} or @code{TROFF}. Default
@@ -1430,8 +1430,8 @@ man page.
1430 1430
1431@vtable @code 1431@vtable @code
1432@item woman-fontify 1432@item woman-fontify
1433A boolean value. If non-nil then WoMan assumes that face support is 1433A boolean value. If non-@code{nil} then WoMan assumes that face support is
1434available. It defaults to a non-nil value if the display supports 1434available. It defaults to a non-@code{nil} value if the display supports
1435either colours or different fonts. 1435either colours or different fonts.
1436 1436
1437@item woman-italic-face 1437@item woman-italic-face
@@ -1473,11 +1473,11 @@ work on any other platform.
1473 1473
1474@vtable @code 1474@vtable @code
1475@item woman-use-extended-font 1475@item woman-use-extended-font
1476A boolean value. If non-nil then WoMan may use non-@sc{ascii} characters 1476A boolean value. If non-@code{nil} then WoMan may use non-@sc{ascii} characters
1477from the default font. Default is @code{t}. 1477from the default font. Default is @code{t}.
1478 1478
1479@item woman-use-symbol-font 1479@item woman-use-symbol-font
1480A boolean value. If non-nil then WoMan may use the symbol font. 1480A boolean value. If non-@code{nil} then WoMan may use the symbol font.
1481Default is @code{nil}, mainly because it may change the line spacing (at 1481Default is @code{nil}, mainly because it may change the line spacing (at
1482least in NTEmacs 20). 1482least in NTEmacs 20).
1483 1483
@@ -1503,7 +1503,7 @@ Under MS-Windows, the default is
1503This is modelled on the Emacs byte-compiler. It logs all files 1503This is modelled on the Emacs byte-compiler. It logs all files
1504formatted by WoMan and the time taken. If WoMan finds anything that it 1504formatted by WoMan and the time taken. If WoMan finds anything that it
1505cannot handle then it writes a warning to this buffer. If the variable 1505cannot handle then it writes a warning to this buffer. If the variable
1506@code{woman-show-log} is non-nil (by default it is @code{nil}) then 1506@code{woman-show-log} is non-@code{nil} (by default it is @code{nil}) then
1507WoMan automatically displays this buffer. @xref{Interface Options, , 1507WoMan automatically displays this buffer. @xref{Interface Options, ,
1508Interface Options}. Many WoMan warnings can be completely ignored, 1508Interface Options}. Many WoMan warnings can be completely ignored,
1509because they are reporting the fact that WoMan has ignored requests that 1509because they are reporting the fact that WoMan has ignored requests that