diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-23 18:41:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-23 18:41:52 +0000 |
commit | a55d19b38ab33994187ffbd5d4adcc316bc006d7 (patch) | |
tree | 773db4ac0e48de4944270a4d23bb2eac53f0a2a0 /gnu/usr.bin | |
parent | d1137097b08eb0352b60a59b5ab38cca537e1250 (diff) |
typo;
from NetBSD (Thomas T. Thai).
ok millert@
Diffstat (limited to 'gnu/usr.bin')
-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 5bd9c73608b..eca6552410a 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.5 2000/03/09 00:08:08 mickey Exp $ +.Id $Id: grep.1,v 1.6 2003/04/23 18:41:51 jmc 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 ^ |