Subject: misc/1534: Bug in grep.1
To: None <gnats-bugs@gnats.netbsd.org>
From: Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp>
List: netbsd-bugs
Date: 09/28/1995 01:56:28
>Number:         1534
>Category:       misc
>Synopsis:       Bug in grep.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people (Misc Bug People)
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Sep 27 13:05:01 1995
>Last-Modified:
>Originator:     Masanobu Saitoh
>Organization:
UEC
>Release:        -current 95/09/26
>Environment:
System: NetBSD pfault.spa.is.uec.ac.jp 1.0A NetBSD 1.0A (ISYS) #9: Tue Sep 19 23:30:04 JST 1995 msaitoh@pfault.spa.is.uec.ac.jp:/var/950919/src/sys/arch/i386/compile/ISYS i386


>Description:
	Try ``man grep''

	>       The period .  matches any single character.  The symbol \w
	>       is  a  synonym  for  [[:alnum:]]  and  \W is a synonym for
	>       [^[:alnum]].

	[^[:alnum]]  --->  [^[:alnum:]]

>How-To-Repeat:
	man grep
>Fix:
	Apply this patch:

--- grep.1.org	Thu Mar  2 12:01:32 1995
+++ grep.1	Thu Sep 28 01:51:47 1995
@@ -247,7 +247,7 @@
 and
 .B \eW
 is a synonym for
-.BR [^[:alnum]] .
+.BR [^[:alnum:]] .
 .PP
 The caret
 .B ^

>Audit-Trail:
>Unformatted: