[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] grep man page fix
From: |
Blair Zajac |
Subject: |
[PATCH] grep man page fix |
Date: |
Mon, 26 Sep 2005 21:49:14 -0700 |
User-agent: |
Mozilla Thunderbird 1.0.6 (Macintosh/20050716) |
Hello,
I believe the grep manual page needs the following patch to add the
trailing : .
diff -ru ../grep-2.5.1.orig/doc/grep.1 ./doc/grep.1
--- ../grep-2.5.1.orig/doc/grep.1 2002-01-22 05:20:04.000000000 -0800
+++ ./doc/grep.1 2005-09-26 21:44:37.000000000 -0700
@@ -527,7 +527,7 @@
and
.B \eW
is a synonym for
-.BR [^[:alnum]] .
+.BR [^[:alnum:]] .
.PP
The caret
.B ^
Regards,
Blair
--
Blair Zajac, Ph.D.
<address@hidden>
Subversion and Orca training and consulting
http://www.orcaware.com/svn/
- [PATCH] grep man page fix,
Blair Zajac <=