Bug 88848

Summary: grep manual jammed
Product: Documentation Reporter: Riccardo Torrini <riccardo>
Component: Books & ArticlesAssignee: Remko Lodder <remko>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Riccardo Torrini 2005-11-11 16:20:18 UTC
	Two entries of {any}grep manual jammed together (-F and -P).

Fix: 

Split -F and -P entries.

# zgrep -n '.BR \\-P ", " \\-\\^\\-perl-regexp' /usr/share/man/man1/grep.1.gz 
204:.BR \-P ", " \-\^\-perl-regexp

Maybe .BR should be .BI ?  (sorry, I'm not a nroff master  :-)
How-To-Repeat: # man grep | col -b | grep -A3 fixed-strings
-F, --fixed-strings
	Interpret  PATTERN as a list of fixed strings, separated by new-
	lines, any of which is to be matched.  -P, --perl-regexp  Inter-
	pret PATTERN as a Perl regular expression.
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2005-12-18 18:15:46 UTC
Responsible Changed
From-To: freebsd-doc->remko

ru@ did the hard part here, make it mine to MFC and close.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2005-12-25 03:20:36 UTC
State Changed
From-To: open->patched

Set as MFC reminder.
Comment 3 Remko Lodder freebsd_committer freebsd_triage 2005-12-26 19:02:58 UTC
State Changed
From-To: patched->closed

I MFC'ed the grep.1 manual page to releng5 and 6 as well. 
Thanks for the notice!