Guidebook.tex bit

Backslash doesn't need to be escaped by backslash inside a verbatim
block (presumably the first character is an exception).  The doubled
backslashes in SOUNDDIR example were producing doubled backslashes in
the output.

There didn't seem to be any other instances of this.
This commit is contained in:
PatR
2023-07-14 14:15:11 -07:00
parent 2ff91032e0
commit 4eadab380a

View File

@@ -5918,7 +5918,7 @@ The pattern should be a POSIX extended regular expression.
For example:
\begin{verbatim}
SOUNDDIR=C:\\nethack\\sounds
SOUNDDIR=C:\nethack\sounds
SOUND=MESG "This door is locked" "lock.wav" 100
SOUND=MESG hide "^You miss the " "swing.wav" 75
\end{verbatim}