diff options
| author | david <david@NetBSD.org> | 2003-04-22 16:17:39 +0000 |
|---|---|---|
| committer | david <david@NetBSD.org> | 2003-04-22 16:17:39 +0000 |
| commit | 02a77f951b2fd278e5d4f0ff33c790ce6987fb26 (patch) | |
| tree | dd5408b89ff83a7bc30f376cdda9d949a6c6196b /gnu | |
| parent | 48e9f35fd3b2e7f40b9c9c0f32dd84e612f00e94 (diff) | |
Missing ':', noted by Thomas T. Thai
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/grep/doc/grep.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/dist/grep/doc/grep.1 b/gnu/dist/grep/doc/grep.1 index 06948e550f7..b38a1fdae1b 100644 --- a/gnu/dist/grep/doc/grep.1 +++ b/gnu/dist/grep/doc/grep.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: grep.1,v 1.9 2003/01/26 23:30:44 wiz Exp $ +.\" $NetBSD: grep.1,v 1.10 2003/04/22 16:17:39 david Exp $ .\" .\" grep man page .if !\n(.g \{\ @@ -530,7 +530,7 @@ is a synonym for and .B \eW is a synonym for -.BR [^[:alnum]] . +.BR [^[:alnum:]] . .PP The caret .B ^ |
