From 8af8c42e627f56bf2b4389d185565b3e7ab12e5f Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Thu, 17 Dec 2015 12:47:03 +0200 Subject: [PATCH] Clarify regex support in the guidebook --- doc/Guidebook.mn | 3 ++- doc/Guidebook.tex | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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}