typos.
2002-01-17 Aaron Weber <aaron@ximian.com> * C/apx-gloss.sgml: typos. svn path=/trunk/; revision=15353
This commit is contained in:
@ -311,13 +311,13 @@
|
||||
<para>
|
||||
A regular expression, or "regex", is a way of describing a
|
||||
string of text using metacharacters or wild-card symbols. For
|
||||
example, the statement <userinput>fly.*so[a|u]p</userinput> means
|
||||
example, the statement <userinput>fly.*so[au]p</userinput> means
|
||||
"any phrase beginning with 'fly' and ending in 'soup' or
|
||||
'soap'". If you searched for that expression, you'd find both
|
||||
"fly in my soup" and "fly in my soap." There's not room here to
|
||||
go into depth, but if you want, have a look at the documentation
|
||||
for the <command>grep</command> command by opening a command
|
||||
line and typing in <command>moan grep</command>.
|
||||
line and typing in <command>man grep</command>.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-01-17 Aaron Weber <aaron@ximian.com>
|
||||
|
||||
* C/apx-gloss.sgml: typos.
|
||||
|
||||
2002-01-15 Aaron Weber <aaron@ximian.com>
|
||||
|
||||
* C/config-prefs.sgml: Redo the whole options/account-creation
|
||||
|
Reference in New Issue
Block a user