From c5a834dc9883203ecf34191b7e28bc3031ac9444 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 16 Sep 2011 00:08:35 -0400 Subject: [PATCH] Documentation - Added rc.regex back to the taskrc.5 man page. --- doc/man/taskrc.5.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index d3c85811e..01004557b 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -308,6 +308,9 @@ names you have used, or just the ones used in active tasks. The default value i May be yes or no, and determines whether keyword lookup and substitutions on the description and annotations are done in a case sensitive way. Defaults to yes. +.TP +.B regex=off +Controls whether regular expression support is enabled. The default value is off, because this advanced feature could cause confusion among users that are not comfortable with regular expressions.