From osgene@web.de  Fri Aug 16 16:25:34 2002
Return-Path: <osgene@web.de>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7F80D37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Aug 2002 16:25:34 -0700 (PDT)
Received: from smtp.web.de (smtp01.web.de [194.45.170.210])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CD8AA43E72
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Aug 2002 16:25:33 -0700 (PDT)
	(envelope-from osgene@web.de)
Received: from [217.229.50.160] (helo=badger.home)
	by smtp.web.de with esmtp (WEB.DE(Exim) 4.75 #2)
	id 17fqTE-0007C4-00
	for FreeBSD-gnats-submit@freebsd.org; Sat, 17 Aug 2002 01:25:32 +0200
Received: (from gene@localhost)
	by badger.home (8.12.5/8.12.5) id g7GNPU7D000871;
	Sat, 17 Aug 2002 01:25:30 +0200 (CEST)
	(envelope-from gene)
Message-Id: <200208162325.g7GNPU7D000871@badger.home>
Date: Sat, 17 Aug 2002 01:25:30 +0200 (CEST)
From: osgene@web.de
Sender: osgene@web.de
Reply-To: osgene@web.de
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: a typo in grep.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41728
>Category:       docs
>Synopsis:       a typo in grep.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 16 16:30:01 PDT 2002
>Closed-Date:    Fri Aug 30 19:27:23 PDT 2002
>Last-Modified:  Fri Aug 30 19:27:23 PDT 2002
>Originator:     Eugene Ossintsev
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD localhost 4.6-STABLE FreeBSD 4.6-STABLE #0: Fri Aug 16 23:23:03 CEST 2002 root@localhost:/usr/obj/usr/src/sys/BADGER i386
>Description:
	man grep says that \W is a synonym for [^[:alnum]]. It must imply, of
	course, [^[:alnum:]] .
>How-To-Repeat:
	man grep
>Fix:
	The patch below.

--- /usr/src/gnu/usr.bin/grep/grep.1.orig	Sat Aug 17 01:11:44 2002
+++ /usr/src/gnu/usr.bin/grep/grep.1	Sat Aug 17 01:14:29 2002
@@ -422,7 +422,7 @@
 and
 .B \eW
 is a synonym for
-.BR [^[:alnum]] .
+.BR [^[:alnum:]] .
 .PP
 The caret
 .B ^
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: schweikh 
State-Changed-When: Sat Aug 17 00:18:36 PDT 2002 
State-Changed-Why:  
grep(1) is contributed software, thus it is required you take 
this up with the GNU folks (we do not want to fix this in 
our tree due to quirks in cvs which make this an expensive 
operation). When the GNU people have fixed it, it will be imported. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41728 
State-Changed-From-To: analyzed->closed 
State-Changed-By: keramida 
State-Changed-When: Fri Aug 30 19:26:25 PDT 2002 
State-Changed-Why:  

grep.1 is off the vendor branch. 
Changes to it are allowed. 
Thanks for submitting this. 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Fri Aug 30 19:26:25 PDT 2002 
Responsible-Changed-Why:  

My MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41728 
>Unformatted:
