diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-25 21:09:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-25 21:09:44 +0000 |
commit | 9b736bb2fe860cad1b37bae539dafb8184200885 (patch) | |
tree | 59cd28d6e8f7f28a7c6333fc1f82df2ebbcab451 | |
parent | 6f9d7c88699077461425ad275e5c23b3e0608f74 (diff) |
fix typo; tom@minnesota.com
-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 ^ |