Bug #10034: 'man Xserver' typos: s/dqoute/dquote/

Bugzilla #10034: <http://bugs.freedesktop.org/show_bug.cgi?id=10034>
Patch #8780: <http://bugs.freedesktop.org/attachment.cgi?id=8780>
This commit is contained in:
Brice Goglin 2007-02-22 12:26:04 -08:00 committed by Alan Coopersmith
parent 3344a4eda7
commit b1142cdbce

View File

@ -452,7 +452,7 @@ the text after the /; it is used to distinguish between instances of
<string> ::= <dbl quoted string> | <single quoted string> | <unquoted string>
<dbl quoted string> ::= <space> " <not dqoute>* " <space>
<dbl quoted string> ::= <space> " <not dquote>* " <space>
<single quoted string> ::= <space> ' <not squote>* ' <space>
@ -463,7 +463,7 @@ the text after the /; it is used to distinguish between instances of
Character sets:
<not newline> ::= any character except '\en'
<not dqoute> ::= any character except "
<not dquote> ::= any character except "
<not squote> ::= any character except '
<not space> ::= any character except those in <space>
.fi