doc/*.6: Break input lines at sentence endings
...pacifying a warning from the forthcoming groff 1.25. Fixes: troff:doc/dlb.6:159: warning: end of sentence detected before end of text line [-w style] troff:doc/makedefs.6:53: warning: end of sentence detected before end of text line [-w style] troff:doc/makedefs.6:55: warning: end of sentence detected before end of text line [-w style] troff:doc/makedefs.6:58: warning: end of sentence detected before end of text line [-w style] troff:doc/makedefs.6:153: warning: end of sentence detected before end of text line [-w style] troff:doc/makedefs.6:159: warning: end of sentence detected before end of text line [-w style] troff:doc/makedefs.6:166: warning: end of sentence detected before end of text line [-w style] troff:doc/makedefs.6:222: warning: end of sentence detected before end of text line [-w style] troff:doc/makedefs.6:245: warning: end of sentence detected before end of text line [-w style] troff:doc/makedefs.6:279: warning: end of sentence detected before end of text line [-w style] troff:doc/mnh.7:30: warning: end of sentence detected before end of text line [-w style] troff:doc/nethack.6:225: warning: end of sentence detected before end of text line [-w style] troff:doc/nethack.6:226: warning: end of sentence detected before end of text line [-w style] troff:doc/nethack.6:230: warning: end of sentence detected before end of text line [-w style] troff:doc/nethack.6:234: warning: end of sentence detected before end of text line [-w style] troff:doc/nethack.6:236: warning: end of sentence detected before end of text line [-w style] troff:doc/nethack.6:524: warning: end of sentence detected before end of text line [-w style] troff:doc/nethack.6:577: warning: end of sentence detected before end of text line [-w style] troff:doc/recover.6:155: warning: end of sentence detected before end of text line [-w style]
This commit is contained in:
@@ -159,4 +159,5 @@ examining the source is the only way to know which files can be.
|
|||||||
.ds co \(co
|
.ds co \(co
|
||||||
.if !\n(.g .if n .ds co (C)\" in principle, should be just "c"
|
.if !\n(.g .if n .ds co (C)\" in principle, should be just "c"
|
||||||
This file is Copyright \*(co \*(Na, \*(Nd for version \*(Nb:\*(Nr.
|
This file is Copyright \*(co \*(Na, \*(Nd for version \*(Nb:\*(Nr.
|
||||||
NetHack may be freely redistributed. See license for details.
|
NetHack may be freely redistributed.
|
||||||
|
See license for details.
|
||||||
|
|||||||
+22
-12
@@ -50,14 +50,18 @@ makedefs \- NetHack miscellaneous build-time functions
|
|||||||
.B Makedefs
|
.B Makedefs
|
||||||
is a build-time tool used for a variety of
|
is a build-time tool used for a variety of
|
||||||
.BR NetHack (6)
|
.BR NetHack (6)
|
||||||
source file creation and modification tasks. For historical reasons,
|
source file creation and modification tasks.
|
||||||
|
For historical reasons,
|
||||||
.B makedefs
|
.B makedefs
|
||||||
takes two types of command lines. When invoked with a short option, the
|
takes two types of command lines.
|
||||||
files operated on are determined when
|
When invoked with a short option,
|
||||||
|
the files operated on are determined when
|
||||||
.B makedefs
|
.B makedefs
|
||||||
is compiled. When invoked with a long option, the
|
is compiled.
|
||||||
|
When invoked with a long option,
|
||||||
|
the
|
||||||
.B --input
|
.B --input
|
||||||
and
|
and
|
||||||
.B --output
|
.B --output
|
||||||
options are used to specify the files for the
|
options are used to specify the files for the
|
||||||
.BI -- command.
|
.BI -- command.
|
||||||
@@ -150,20 +154,23 @@ Show debugging output.
|
|||||||
.br
|
.br
|
||||||
.TP
|
.TP
|
||||||
.B --make \fR[\fIcommand\fR]
|
.B --make \fR[\fIcommand\fR]
|
||||||
Execute a short command. Command is given without preceding dash.
|
Execute a short command.
|
||||||
.br
|
.I Command
|
||||||
|
is given without preceding dash.
|
||||||
.TP
|
.TP
|
||||||
.BI --input " file"
|
.BI --input " file"
|
||||||
Specify the input
|
Specify the input
|
||||||
.I file
|
.I file
|
||||||
for the command (if needed). If the file is - standard
|
for the command (if needed).
|
||||||
|
If the file is - standard
|
||||||
input is read.
|
input is read.
|
||||||
.br
|
.br
|
||||||
.TP
|
.TP
|
||||||
.BI --output " file"
|
.BI --output " file"
|
||||||
Specify the output
|
Specify the output
|
||||||
.I file
|
.I file
|
||||||
for the command (if needed). If the file is - standard
|
for the command (if needed).
|
||||||
|
If the file is - standard
|
||||||
output is written.
|
output is written.
|
||||||
.br
|
.br
|
||||||
.TP
|
.TP
|
||||||
@@ -219,7 +226,8 @@ command (and certain other commands) filter their input, on a line-by-line
|
|||||||
basis, according to control lines embedded in the input and on information
|
basis, according to control lines embedded in the input and on information
|
||||||
gleaned from the
|
gleaned from the
|
||||||
.BR NetHack (6)
|
.BR NetHack (6)
|
||||||
configuration. This allows certain changes such as embedding platform-specific
|
configuration.
|
||||||
|
This allows certain changes such as embedding platform-specific
|
||||||
documentation into the master documentation files.
|
documentation into the master documentation files.
|
||||||
.P
|
.P
|
||||||
Rules:
|
Rules:
|
||||||
@@ -242,7 +250,8 @@ Conditionals may be nested.
|
|||||||
will exit with an error code if any errors are detected; processing will
|
will exit with an error code if any errors are detected; processing will
|
||||||
continue (if it can) to allow as many errors as possible to be detected.
|
continue (if it can) to allow as many errors as possible to be detected.
|
||||||
.IP - 4
|
.IP - 4
|
||||||
Unknown identifiers are treated as both TRUE and as an error. Note that
|
Unknown identifiers are treated as both TRUE and as an error.
|
||||||
|
Note that
|
||||||
.BR --undef " or " #undef
|
.BR --undef " or " #undef
|
||||||
in the
|
in the
|
||||||
.BR NetHack (6)
|
.BR NetHack (6)
|
||||||
@@ -279,4 +288,5 @@ The NetHack Development Team
|
|||||||
.ds co \(co
|
.ds co \(co
|
||||||
.if !\n(.g .if n .ds co (C)\" in principle, should be just "c"
|
.if !\n(.g .if n .ds co (C)\" in principle, should be just "c"
|
||||||
This file is Copyright \*(co \*(Na, \*(Nd for version \*(Nb:\*(Nr.
|
This file is Copyright \*(co \*(Na, \*(Nd for version \*(Nb:\*(Nr.
|
||||||
NetHack may be freely redistributed. See license for details.
|
NetHack may be freely redistributed.
|
||||||
|
See license for details.
|
||||||
|
|||||||
@@ -27,7 +27,8 @@ and
|
|||||||
.IR troff (1)
|
.IR troff (1)
|
||||||
macro definitions extends
|
macro definitions extends
|
||||||
.IR tmac.n (7)
|
.IR tmac.n (7)
|
||||||
for the NetHack Guidebook. This document should be
|
for the NetHack Guidebook.
|
||||||
|
This document should be
|
||||||
read as an addendum to the documentation for
|
read as an addendum to the documentation for
|
||||||
.IR tmac.n .
|
.IR tmac.n .
|
||||||
.PP
|
.PP
|
||||||
|
|||||||
+14
-7
@@ -222,18 +222,23 @@ Conversely, you must use the appropriate player name to restore a saved game.
|
|||||||
A
|
A
|
||||||
.I playername
|
.I playername
|
||||||
suffix can be used to specify the profession, race, alignment and/or gender
|
suffix can be used to specify the profession, race, alignment and/or gender
|
||||||
of the character. The full syntax of the playername that includes a
|
of the character.
|
||||||
suffix is "name-ppp-rrr-aaa-ggg". "ppp" are at least the first three letters
|
The full syntax of the playername that includes a
|
||||||
|
suffix is "name-ppp-rrr-aaa-ggg".
|
||||||
|
"ppp" are at least the first three letters
|
||||||
of the profession (this can also be specified using a separate
|
of the profession (this can also be specified using a separate
|
||||||
.B \-p
|
.B \-p
|
||||||
.I profession
|
.I profession
|
||||||
option). "rrr" are at least the first three letters of the character's
|
option).
|
||||||
|
"rrr" are at least the first three letters of the character's
|
||||||
race (this can also be specified using a separate
|
race (this can also be specified using a separate
|
||||||
.B \-r
|
.B \-r
|
||||||
.I race
|
.I race
|
||||||
option). "aaa" are at least the first three letters of the character's
|
option).
|
||||||
|
"aaa" are at least the first three letters of the character's
|
||||||
alignment, and "ggg" are at least the first three letters of the
|
alignment, and "ggg" are at least the first three letters of the
|
||||||
character's gender. Any of the parts of the suffix may be left out.
|
character's gender.
|
||||||
|
Any of the parts of the suffix may be left out.
|
||||||
.PP
|
.PP
|
||||||
.B \-p
|
.B \-p
|
||||||
.I profession
|
.I profession
|
||||||
@@ -521,7 +526,8 @@ save/ A subdirectory containing saved games.
|
|||||||
.\"following line should contain <backslash><space><tab>
|
.\"following line should contain <backslash><space><tab>
|
||||||
\
|
\
|
||||||
.br
|
.br
|
||||||
sysconf System-wide options. Required if
|
sysconf System-wide options.
|
||||||
|
Required if
|
||||||
.br
|
.br
|
||||||
\ program is built with 'SYSCF' option
|
\ program is built with 'SYSCF' option
|
||||||
.br
|
.br
|
||||||
@@ -577,6 +583,7 @@ Probably infinite.
|
|||||||
.ds co \(co
|
.ds co \(co
|
||||||
.if !\n(.g .if n .ds co (C)\" in principle, should be just "c"
|
.if !\n(.g .if n .ds co (C)\" in principle, should be just "c"
|
||||||
This file is Copyright \*(co \*(Na, \*(Nd for version \*(Nb:\*(Nr.
|
This file is Copyright \*(co \*(Na, \*(Nd for version \*(Nb:\*(Nr.
|
||||||
NetHack may be freely redistributed. See license for details.
|
NetHack may be freely redistributed.
|
||||||
|
See license for details.
|
||||||
.PP
|
.PP
|
||||||
Dungeons & Dragons is a Trademark of Wizards of the Coast, Inc.
|
Dungeons & Dragons is a Trademark of Wizards of the Coast, Inc.
|
||||||
|
|||||||
+2
-1
@@ -155,4 +155,5 @@ avoid conflicts.
|
|||||||
.ds co \(co
|
.ds co \(co
|
||||||
.if !\n(.g .if n .ds co (C)\" in principle, should be just "c"
|
.if !\n(.g .if n .ds co (C)\" in principle, should be just "c"
|
||||||
This file is Copyright \*(co \*(Na, \*(Nd for version \*(Nb:\*(Nr.
|
This file is Copyright \*(co \*(Na, \*(Nd for version \*(Nb:\*(Nr.
|
||||||
NetHack may be freely redistributed. See license for details.
|
NetHack may be freely redistributed.
|
||||||
|
See license for details.
|
||||||
|
|||||||
Reference in New Issue
Block a user