Start using 3 part version numbers.
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
.ds h0 "NetHack Guidebook
|
.ds h0 "NetHack Guidebook
|
||||||
.ds h1
|
.ds h1
|
||||||
.ds h2 %
|
.ds h2 %
|
||||||
.ds vr "NetHack 3.7
|
.ds vr "NetHack 3.7.0
|
||||||
.ds f0 "\*(vr
|
.ds f0 "\*(vr
|
||||||
.ds f1
|
.ds f1
|
||||||
.\"DO NOT REMOVE NH_DATESUB .ds f2 "DATE(%B %-d, %Y)
|
.\"DO NOT REMOVE NH_DATESUB .ds f2 "DATE(%B %-d, %Y)
|
||||||
@@ -57,7 +57,7 @@ A Guide to the Mazes of Menace
|
|||||||
(Guidebook for NetHack)
|
(Guidebook for NetHack)
|
||||||
.au
|
.au
|
||||||
Original version - Eric S. Raymond
|
Original version - Eric S. Raymond
|
||||||
(Edited and expanded for 3.7 by Mike Stephenson and others)
|
(Edited and expanded for \*(vr by Mike Stephenson and others)
|
||||||
.sp 1
|
.sp 1
|
||||||
\*(f2
|
\*(f2
|
||||||
.hn 1
|
.hn 1
|
||||||
@@ -3724,7 +3724,7 @@ and also
|
|||||||
.op autopickup_exception
|
.op autopickup_exception
|
||||||
for ways to refine the behavior.
|
for ways to refine the behavior.
|
||||||
.lp ""
|
.lp ""
|
||||||
Note: prior to version 3.7, the default for
|
Note: prior to version 3.7.0, the default for
|
||||||
.op autopickup
|
.op autopickup
|
||||||
was \fIon\fP.
|
was \fIon\fP.
|
||||||
.lp autoquiver
|
.lp autoquiver
|
||||||
@@ -5242,7 +5242,7 @@ An entry that maps a sound file to a user-specified message pattern.
|
|||||||
Each SOUND entry is broken down into the following parts:
|
Each SOUND entry is broken down into the following parts:
|
||||||
.PS "sound index"
|
.PS "sound index"
|
||||||
.PL MESG
|
.PL MESG
|
||||||
message window mapping (the only one supported in 3.7);
|
message window mapping (the only one supported in 3.7.0);
|
||||||
.PL msgtype
|
.PL msgtype
|
||||||
optional; message type to use, see \(lqConfiguring Message Types\(rq
|
optional; message type to use, see \(lqConfiguring Message Types\(rq
|
||||||
.PL pattern
|
.PL pattern
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
%.au
|
%.au
|
||||||
\author{Original version - Eric S. Raymond\\
|
\author{Original version - Eric S. Raymond\\
|
||||||
(Edited and expanded for 3.7 by Mike Stephenson and others)}
|
(Edited and expanded for 3.7.0 by Mike Stephenson and others)}
|
||||||
%DO NOT REMOVE NH_DATESUB \date{DATE(%B %-d, %Y)}
|
%DO NOT REMOVE NH_DATESUB \date{DATE(%B %-d, %Y)}
|
||||||
\date{February 21, 2023}
|
\date{February 21, 2023}
|
||||||
|
|
||||||
@@ -4047,7 +4047,7 @@ See ``{\it pickup\verb+_+types\/}'' and also
|
|||||||
``{\it autopickup\verb+_+exception\/}'' for ways to refine the behavior.
|
``{\it autopickup\verb+_+exception\/}'' for ways to refine the behavior.
|
||||||
\\
|
\\
|
||||||
%.lp ""
|
%.lp ""
|
||||||
Note: prior to version 3.7, the default for {\it autopickup\/} was {\it on}.
|
Note: prior to version 3.7.0, the default for {\it autopickup\/} was {\it on}.
|
||||||
%.lp
|
%.lp
|
||||||
\item[\ib{autoquiver}]
|
\item[\ib{autoquiver}]
|
||||||
This option controls what happens when you attempt the `{\tt f}' (fire)
|
This option controls what happens when you attempt the `{\tt f}' (fire)
|
||||||
@@ -5814,7 +5814,7 @@ Each SOUND entry is broken down into the following parts:
|
|||||||
|
|
||||||
%.sd
|
%.sd
|
||||||
%.si
|
%.si
|
||||||
{\tt MESG } --- message window mapping (the only one supported in 3.7);\\
|
{\tt MESG } --- message window mapping (the only one supported in 3.7.0);\\
|
||||||
{\tt msgtype } --- optional; message type to use, see ``Configuring User Sounds''\\
|
{\tt msgtype } --- optional; message type to use, see ``Configuring User Sounds''\\
|
||||||
{\tt pattern } --- the pattern to match;\\
|
{\tt pattern } --- the pattern to match;\\
|
||||||
{\tt sound file } --- the sound file to play;\\
|
{\tt sound file } --- the sound file to play;\\
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# NetHack 3.7 config.nh $NHDT-Date: 1596498144 2020/08/03 23:42:24 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.4 $
|
# NetHack 3.7 config.nh $NHDT-Date: 1596498144 2020/08/03 23:42:24 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.4 $
|
||||||
# Copyright (c) 2016 by Pasi Kallinen
|
# Copyright (c) 2016 by Pasi Kallinen
|
||||||
# NetHack may be freely redistributed. See license for details.
|
# NetHack may be freely redistributed. See license for details.
|
||||||
# Sample config file for NetHack 3.7
|
# Sample config file for NetHack 3.7.0
|
||||||
#
|
#
|
||||||
# A '#' at the beginning of a line means the rest of the line is a comment.
|
# A '#' at the beginning of a line means the rest of the line is a comment.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user