summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlain Magloire <alainm@rcsm.ee.mcgill.ca>1999-11-13 02:43:08 +0000
committerAlain Magloire <alainm@rcsm.ee.mcgill.ca>1999-11-13 02:43:08 +0000
commit9f61eb35b5d5b783e62377a5280bb65e1eb1cf2d (patch)
tree789db9c6d556fa7002585ccf40ff498ecad490a7 /doc
parentc60a8802fea6bf7d91f546b5ac5a0b30629a84af (diff)
downloadgrep-9f61eb35b5d5b783e62377a5280bb65e1eb1cf2d.tar.gz
..
Diffstat (limited to 'doc')
-rw-r--r--doc/grep.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/grep.texi b/doc/grep.texi
index bb61aca5..b963108f 100644
--- a/doc/grep.texi
+++ b/doc/grep.texi
@@ -632,7 +632,7 @@ Any one of @code{0 1 2 3 4 5 6 7 8 9}.
@item [:graph:]
@opindex graph
@cindex graphic characters
-Anything that is not a @samp{[:alphanum:]} or @samp{[:punct:]}.
+Anything that is not a @samp{[:alnum:]} or @samp{[:punct:]}.
@item [:lower:]
@opindex lower
@@ -643,7 +643,7 @@ Any one of @code{a b c d e f g h i j k l m n o p q r s t u v w x y z}.
@opindex print
@cindex printable characters
Any character from the @samp{[:space:]} class, and any character that is
-@strong{not} in the @samp{[:isgraph:]} class.
+@strong{not} in the @samp{[:graph:]} class.
@item [:punct:]
@opindex punct