summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-07-26 09:30:01 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-07-26 09:30:01 +0000
commit841f1ff54e3c58ee63aadc6999145dd6d7ddf696 (patch)
tree71db442b7a23a8754b8bce3668e2e40f2fadfc69 /doc
parentabf0250d8968a5d32e271b9814eb3c61bca10bae (diff)
Nits from Michael Sobolev.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.sgml.head10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head
index bca872f8..182129f1 100644
--- a/doc/manual.sgml.head
+++ b/doc/manual.sgml.head
@@ -693,7 +693,7 @@ same which is visible using the ``-v'' <ref id="commandline"
name="command line"> switch or using the <tt/show-version/ key (default:
V) from the index menu.
-<sect1>Syntax of Initialization Files
+<sect1>Syntax of Initialization Files<label id="muttrc-syntax">
<p>
An initialization file consists of a series of <ref id="commands"
@@ -1452,7 +1452,7 @@ expressions, by using various operators to combine smaller expressions.
Note that the regular expression can be enclosed/delimited by either " or
' which is useful if the regular expression includes a white-space
-character. See <ref id="sect1" name="Syntax of Initialization Files">
+character. See <ref id="muttrc-syntax" name="Syntax of Initialization Files">
for more information on " and ' delimiter processing. To match a literal
" or ' you must preface it with \ (backslash).
@@ -1465,14 +1465,14 @@ The period ``.'' matches any single character. The caret ``&circ;'' and
the dollar sign ``&dollar'' are metacharacters that respectively match
the empty string at the beginning and end of a line.
-A list of characters enclosed by ``&lsqb;'' and ``&rsqb'' matches any
+A list of characters enclosed by ``&lsqb;'' and ``&rsqb;'' matches any
single character in that list; if the first character of the list
is a caret ``&circ;'' then it matches any character <bf/not/ in the
-list. For example, the regular expression <bf/&lsqb;0123456789&rsqb/
+list. For example, the regular expression <bf/&lsqb;0123456789&rsqb;/
matches any single digit. A range of ASCII characters may be specified
by giving the first and last characters, separated by a hyphen
``&hyphen;''. Most metacharacters lose their special meaning inside
-lists. To include a literal ``&rsqb'' place it first in the list.
+lists. To include a literal ``&rsqb;'' place it first in the list.
Similarly, to include a literal ``&circ;'' place it anywhere but first.
Finally, to include a literal hyphen ``&hyphen;'' place it last.