Clarify regex support in the guidebook

This commit is contained in:
Pasi Kallinen
2015-12-17 12:47:03 +02:00
parent f02253dbbb
commit 8af8c42e62
2 changed files with 4 additions and 2 deletions

View 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

View 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}