Bug 41728

Summary: a typo in grep.1
Product: Documentation Reporter: Eugene Ossintsev <osgene>
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Eugene Ossintsev 2002-08-17 00:30:01 UTC
	man grep says that \W is a synonym for [^[:alnum]]. It must imply, of
	course, [^[:alnum:]] .

Fix: The patch below.
How-To-Repeat: 	man grep
Comment 1 Jens Schweikhardt freebsd_committer freebsd_triage 2002-08-17 08:18:36 UTC
State Changed
From-To: open->analyzed

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.
Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2002-08-31 03:26:25 UTC
State Changed
From-To: analyzed->closed


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


Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2002-08-31 03:26:25 UTC
Responsible Changed
From-To: freebsd-doc->keramida


My MFC reminder.