]> granicus.if.org Git - nethack/commitdiff
Clarify regex support in the guidebook
authorPasi Kallinen <paxed@alt.org>
Thu, 17 Dec 2015 10:47:03 +0000 (12:47 +0200)
committerPasi Kallinen <paxed@alt.org>
Thu, 17 Dec 2015 10:47:03 +0000 (12:47 +0200)
doc/Guidebook.mn
doc/Guidebook.tex

index c6461cb8e439b2ec84720573f9655716148753fa..e20efeb9c805ac7322ce28efe094152d35bcb8cb 100644 (file)
@@ -2671,7 +2671,8 @@ Regular expressions are normally POSIX extended regular expressions. It is
 possible to compile NetHack without regular expression support on a platform
 where there is no regular expression library. While this is not true of any
 modern platform, if your NetHack was built this way, patterns are instead glob
-patterns.
+patterns. This applies to Autopickup exceptions, Message types, Menu colors,
+and User sounds.
 .hn 2
 Configuring Autopickup Exceptions
 .pg
index 18af2351174cebe4f93ee9e5b22d6389504241d6..a2e3e0a55466775d4d54fbb3cc7ba0ab6c32541e 100644 (file)
@@ -3228,7 +3228,8 @@ Regular expressions are normally POSIX extended regular expressions. It is
 possible to compile NetHack without regular expression support on a platform where
 there is no regular expression library. While this is not true of any modern
 platform, if your NetHack was built this way, patterns are instead glob
-patterns.
+patterns. This applies to Autopickup exceptions, Message types, Menu colors,
+and User sounds.
 
 %.hn 2
 \subsection*{Configuring Autopickup Exceptions}