]> granicus.if.org Git - neomutt/commitdiff
Correct a couple of typos (and change ‐ to -: although the text version
authorBrent J. Nordquist <brent@nordist.net>
Tue, 26 Jul 2005 06:14:34 +0000 (06:14 +0000)
committerBrent J. Nordquist <brent@nordist.net>
Tue, 26 Jul 2005 06:14:34 +0000 (06:14 +0000)
of the manual renders &hyphen;, the web version does not).

doc/manual.sgml.head

index 4c0ebcc5ef1cf23cc1b45721a8b877c2e5b3f1f2..95d7ddadae88aa113dbdfed01e9be6f5878ef44e 100644 (file)
@@ -1739,10 +1739,10 @@ is a caret ``&circ;'' then it matches any character <bf/not/ in the
 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
+``-''.  Most metacharacters lose their special meaning inside
 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.
+Finally, to include a literal hyphen ``-'' place it last.
 
 Certain named classes of characters are predefined.  Character classes
 consist of ``&lsqb;:'', a keyword denoting the class, and ``:&rsqb;''.
@@ -1978,7 +1978,7 @@ or ``Ed +SomeoneElse'':
  '~s "^Junk +From +Me$" ~f ("Jim +Somebody"|"Ed +SomeoneElse")'
 </verb></tscreen>
 
-Note that if a regular expression contains parenthesis, or a veritical bar
+Note that if a regular expression contains parenthesis, or a vertical bar
 ("|"), you <bf/must/ enclose the expression in double or single quotes since
 those characters are also used to separate different parts of Mutt's
 pattern language.  For example,