From 4eadab380a22ee55e543f296f64495bf4b8c7b34 Mon Sep 17 00:00:00 2001 From: PatR Date: Fri, 14 Jul 2023 14:15:11 -0700 Subject: [PATCH] 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. --- doc/Guidebook.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Guidebook.tex b/doc/Guidebook.tex index 077bc27e9..1dbb06421 100644 --- a/doc/Guidebook.tex +++ b/doc/Guidebook.tex @@ -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}