updated doc/*.txt from cron job
This commit is contained in:
@@ -64,7 +64,7 @@ BUGS
|
||||
|
||||
COPYRIGHT
|
||||
This file is Copyright (C) Kenneth Lorber, 2022 for version
|
||||
NetHack-3.7:1.10. NetHack may be freely redistributed. See license
|
||||
NetHack-3.7:1.12. NetHack may be freely redistributed. See license
|
||||
for details.
|
||||
|
||||
|
||||
|
||||
@@ -75,42 +75,46 @@ LONG COMMANDS
|
||||
Turn on debug tracing for the grep function ( --grep must be
|
||||
specified as well).
|
||||
|
||||
--grep-defined symbol
|
||||
Exit shell true (0) if symbol is known and defined, otherwise
|
||||
exit shell false (1).
|
||||
|
||||
--grep-define symbol
|
||||
Force the value of symbol to be "defined." Symbol must already
|
||||
Force the value of symbol to be "defined." Symbol must already
|
||||
be known to makedefs.
|
||||
|
||||
--grep-undef symbol
|
||||
Force the definition of symbol to be "undefined." Symbol must
|
||||
Force the definition of symbol to be "undefined." Symbol must
|
||||
already be known to makedefs.
|
||||
|
||||
MDGREP FUNCTIONS
|
||||
The --grep 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 gleaned from the NetHack(6) configuration. This
|
||||
allows certain changes such as embedding platform-specific documenta-
|
||||
The --grep 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 gleaned from the NetHack(6) configuration. This
|
||||
allows certain changes such as embedding platform-specific documenta-
|
||||
tion into the master documentation files.
|
||||
|
||||
Rules:
|
||||
|
||||
- The default conditional state is printing enabled.
|
||||
|
||||
- Any line NOT starting with a caret (^) is either suppressed
|
||||
or passed through unchanged depending on the current condi-
|
||||
- Any line NOT starting with a caret (^) is either suppressed
|
||||
or passed through unchanged depending on the current condi-
|
||||
tional state.
|
||||
|
||||
- Any line starting with a caret is a control line; as in C,
|
||||
zero or more spaces may be embedded in the line almost any-
|
||||
where (except immediately after the caret); however the
|
||||
- Any line starting with a caret is a control line; as in C,
|
||||
zero or more spaces may be embedded in the line almost any-
|
||||
where (except immediately after the caret); however the
|
||||
caret must be in column 1.
|
||||
|
||||
- Conditionals may be nested.
|
||||
|
||||
- Makedefs will exit with an error code if any errors are
|
||||
detected; processing will continue (if it can) to allow as
|
||||
- Makedefs 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.
|
||||
|
||||
- Unknown identifiers are treated as both TRUE and as an
|
||||
error. Note that --undef or #undef in the NetHack(6) con-
|
||||
- Unknown identifiers are treated as both TRUE and as an
|
||||
error. Note that --undef or #undef in the NetHack(6) con-
|
||||
figuration are different from unknown.
|
||||
|
||||
Control lines:
|
||||
@@ -133,9 +137,9 @@ AUTHOR
|
||||
The NetHack Development Team
|
||||
|
||||
COPYRIGHT
|
||||
This file is Copyright (C) Kenneth Lorber, 2022 for version
|
||||
NetHack-3.7:1.18. NetHack may be freely redistributed. See license
|
||||
for details.
|
||||
This file is Copyright (C) Kenneth Lorber, 2022 for version keni-crash-
|
||||
web2:1.21. NetHack may be freely redistributed. See license for
|
||||
details.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ SYNOPSIS
|
||||
nethack [ -d|--directory directory ] -s|--scores [ -v ]
|
||||
[ -p profession ] [ -r race ] [ playernames ]
|
||||
|
||||
nethack [ --usage | --help ] [ --showpaths ] [ --version[:paste] ]
|
||||
nethack [ --usage | --help ] [ --showpaths ] [ --version[:copy] ]
|
||||
|
||||
DESCRIPTION
|
||||
NetHack is a display oriented Dungeons & Dragons(tm) - like game. The
|
||||
@@ -153,10 +153,10 @@ DESCRIPTION
|
||||
--version can be used to cause NetHack to show the version information
|
||||
it was compiled with, then exit. That will include the git commit hash
|
||||
if the information was available when the game was compiled. On some
|
||||
platforms, such as Windows and macOS, a variation --version:paste can
|
||||
be used to cause NetHack to show the version information, then exit,
|
||||
while also leaving a copy of the version information in the paste buf-
|
||||
fer or clipboard for potential insertion into things like bug reports.
|
||||
platforms, such as Windows and macOS, a variation --version:copy can be
|
||||
used to cause NetHack to show the version information, then exit, while
|
||||
also leaving a copy of the version information in the paste buffer or
|
||||
clipboard for potential insertion into things like bug reports.
|
||||
|
||||
--showpaths can be used to cause NetHack to show where it is expecting
|
||||
to find various files. Among other things it shows the path to and
|
||||
@@ -271,7 +271,7 @@ BUGS
|
||||
|
||||
COPYRIGHT
|
||||
This file is Copyright (C) Robert Patrick Rankin, 2022 for version
|
||||
NetHack-3.7:1.27. NetHack may be freely redistributed. See license
|
||||
NetHack-3.7:1.31. NetHack may be freely redistributed. See license
|
||||
for details.
|
||||
|
||||
Dungeons & Dragons is a Trademark of Wizards of the Coast, Inc.
|
||||
|
||||
Reference in New Issue
Block a user