diff options
-rw-r--r-- | gnu/usr.bin/grep/grep.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1 index eca6552410a..6717901c762 100644 --- a/gnu/usr.bin/grep/grep.1 +++ b/gnu/usr.bin/grep/grep.1 @@ -12,7 +12,7 @@ .de Id .ds Dt \\$4 .. -.Id $Id: grep.1,v 1.6 2003/04/23 18:41:51 jmc Exp $ +.Id $Id: grep.1,v 1.7 2003/04/25 21:09:43 deraadt Exp $ .TH GREP 1 \*(Dt "GNU Project" .SH NAME grep, egrep, fgrep \- print lines matching a pattern @@ -416,7 +416,7 @@ is a synonym for and .B \eW is a synonym for -.BR [^[:alnum:]] . +.BR [^[:alnum\:]] . .PP The caret .B ^ |