Documentation

- Added rc.regex back to the taskrc.5 man page.
This commit is contained in:
Paul Beckingham 2011-09-16 00:08:35 -04:00
parent a732733950
commit c5a834dc98

View file

@ -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 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. 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 The default value is off, because this advanced feature could cause confusion
among users that are not comfortable with regular expressions. among users that are not comfortable with regular expressions.