From: Pasi Kallinen Date: Thu, 17 Dec 2015 10:47:03 +0000 (+0200) Subject: Clarify regex support in the guidebook X-Git-Tag: NetHack-3.7.0_WIP~783^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8af8c42e627f56bf2b4389d185565b3e7ab12e5f;p=nethack Clarify regex support in the guidebook --- diff --git a/doc/Guidebook.mn b/doc/Guidebook.mn index c6461cb8e..e20efeb9c 100644 --- a/doc/Guidebook.mn +++ b/doc/Guidebook.mn @@ -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 diff --git a/doc/Guidebook.tex b/doc/Guidebook.tex index 18af23511..a2e3e0a55 100644 --- a/doc/Guidebook.tex +++ b/doc/Guidebook.tex @@ -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}