aboutsummaryrefslogtreecommitdiffstats
path: root/help/C
diff options
context:
space:
mode:
authorAaron Weber <aaron@ximian.com>2002-01-18 09:58:58 +0800
committerAaron Weber <aaron@src.gnome.org>2002-01-18 09:58:58 +0800
commit49596d2272192f436274be5318f16af8f08b52cb (patch)
treeabe7a8a0cb3eb6e088487df3000280b4f504fd78 /help/C
parent04e7d6891ca6b4c62b4d509a0f1194fdb06b82af (diff)
downloadgsoc2013-evolution-49596d2272192f436274be5318f16af8f08b52cb.tar
gsoc2013-evolution-49596d2272192f436274be5318f16af8f08b52cb.tar.gz
gsoc2013-evolution-49596d2272192f436274be5318f16af8f08b52cb.tar.bz2
gsoc2013-evolution-49596d2272192f436274be5318f16af8f08b52cb.tar.lz
gsoc2013-evolution-49596d2272192f436274be5318f16af8f08b52cb.tar.xz
gsoc2013-evolution-49596d2272192f436274be5318f16af8f08b52cb.tar.zst
gsoc2013-evolution-49596d2272192f436274be5318f16af8f08b52cb.zip
typos.
2002-01-17 Aaron Weber <aaron@ximian.com> * C/apx-gloss.sgml: typos. svn path=/trunk/; revision=15353
Diffstat (limited to 'help/C')
-rw-r--r--help/C/apx-gloss.sgml4
1 files changed, 2 insertions, 2 deletions
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 @@
<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>