| Summary: | grep manual jammed | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Riccardo Torrini <riccardo> |
| Component: | Books & Articles | Assignee: | Remko Lodder <remko> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-doc->remko ru@ did the hard part here, make it mine to MFC and close. State Changed From-To: open->patched Set as MFC reminder. State Changed From-To: patched->closed I MFC'ed the grep.1 manual page to releng5 and 6 as well. Thanks for the notice! |
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.