Guidebook fixup
The new sound stuff needed some fixing up. Guidebook.mn - list start no longer specified the longest key; in the Postscript/PDF output, the new longer one was partially overwritten by the text which followed and in the text output, things didn't line up cleanly anymore. Guidebook.tex - former last list entry which became next-to-last was missing a necessary line break. [not tested] both - sentence punctuation: change period to semi-colon in former last entry that's now next-to-last; vice versa in new last entry.
This commit is contained in:
+5
-5
@@ -1,4 +1,4 @@
|
|||||||
.\" $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.383 $ $NHDT-Date: 1593219357 2020/06/27 00:55:57 $
|
.\" $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.385 $ $NHDT-Date: 1593731697 2020/07/02 23:14:57 $
|
||||||
.\"
|
.\"
|
||||||
.\" This is an excerpt from the 'roff' man page from the 'groff' package.
|
.\" This is an excerpt from the 'roff' man page from the 'groff' package.
|
||||||
.\" Guidebook.mn currently does *not* fully adhere to these guidelines.
|
.\" Guidebook.mn currently does *not* fully adhere to these guidelines.
|
||||||
@@ -4653,7 +4653,7 @@ The directory that houses the sound files to be played.
|
|||||||
.lp SOUND
|
.lp SOUND
|
||||||
An entry that maps a sound file to a user-specified message pattern.
|
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 file"
|
.PS "sound index"
|
||||||
.PL MESG
|
.PL MESG
|
||||||
message window mapping (the only one supported in 3.6);
|
message window mapping (the only one supported in 3.6);
|
||||||
.PL pattern
|
.PL pattern
|
||||||
@@ -4661,9 +4661,9 @@ the pattern to match;
|
|||||||
.PL "sound file"
|
.PL "sound file"
|
||||||
the sound file to play;
|
the sound file to play;
|
||||||
.PL volume
|
.PL volume
|
||||||
the volume to be set while playing the sound file.
|
the volume to be set while playing the sound file;
|
||||||
.PL "vt_sounddata index"
|
.PL "sound index"
|
||||||
optional - the index corresponding to a sound file;
|
optional; the index corresponding to a sound file.
|
||||||
.PE
|
.PE
|
||||||
.lp ""
|
.lp ""
|
||||||
The pattern should be a POSIX extended regular expression.
|
The pattern should be a POSIX extended regular expression.
|
||||||
|
|||||||
+5
-5
@@ -5106,11 +5106,11 @@ 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.6);\\
|
{\tt MESG } --- message window mapping (the only one supported in 3.6);\\
|
||||||
{\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;\\
|
||||||
{\tt volume } --- the volume to be set while playing the sound file.
|
{\tt volume } --- the volume to be set while playing the sound file;\\
|
||||||
{\tt sound index } --- optional - the index corresponding to a sound file.
|
{\tt sound index} --- optional; the index corresponding to a sound file.
|
||||||
%.ei
|
%.ei
|
||||||
%.ed
|
%.ed
|
||||||
\elist
|
\elist
|
||||||
|
|||||||
Reference in New Issue
Block a user