summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2002-08-31 02:26:19 +0000
committerkeramida <keramida@FreeBSD.org>2002-08-31 02:26:19 +0000
commitd77d592ac1af774c09f390ae8786a069ea797253 (patch)
tree764f0e7265c2ad0da70135cca96551633c2a6694 /gnu
parentea92fd0fc3ccc9dfb49d53a469b7eea625d37bce (diff)
downloadFreeBSD-src-d77d592ac1af774c09f390ae8786a069ea797253.zip
FreeBSD-src-d77d592ac1af774c09f390ae8786a069ea797253.tar.gz
Typo in [^[:alnum:]] character class.
PR: docs/41728 Submitted by: osgene@web.de
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/grep/grep.12
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1
index 5096b56..4045217 100644
--- a/gnu/usr.bin/grep/grep.1
+++ b/gnu/usr.bin/grep/grep.1
@@ -428,7 +428,7 @@ is a synonym for
and
.B \eW
is a synonym for
-.BR [^[:alnum]] .
+.BR [^[:alnum:]] .
.PP
The caret
.B ^
OpenPOWER on IntegriCloud