From 49596d2272192f436274be5318f16af8f08b52cb Mon Sep 17 00:00:00 2001 From: Aaron Weber Date: Fri, 18 Jan 2002 01:58:58 +0000 Subject: typos. 2002-01-17 Aaron Weber * C/apx-gloss.sgml: typos. svn path=/trunk/; revision=15353 --- help/C/apx-gloss.sgml | 4 ++-- help/ChangeLog | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'help') diff --git a/help/C/apx-gloss.sgml b/help/C/apx-gloss.sgml index 60d16e3795..5d07fb1b1a 100644 --- a/help/C/apx-gloss.sgml +++ b/help/C/apx-gloss.sgml @@ -311,13 +311,13 @@ A regular expression, or "regex", is a way of describing a string of text using metacharacters or wild-card symbols. For - example, the statement fly.*so[a|u]p means + example, the statement fly.*so[au]p 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 grep command by opening a command - line and typing in moan grep. + line and typing in man grep. diff --git a/help/ChangeLog b/help/ChangeLog index 2d956c279c..1d5ded9404 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,7 @@ +2002-01-17 Aaron Weber + + * C/apx-gloss.sgml: typos. + 2002-01-15 Aaron Weber * C/config-prefs.sgml: Redo the whole options/account-creation -- cgit v1.2.3