grep/grep-2.5.1-manpage.patch
cvsdist e798d0b9c0 auto-import changelog data from grep-2.5.1-7.6.src.rpm
Fri Nov 21 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.6
- Fixed man page (bug #106267).
- Fixed another three multibyte efficiency bugs.
- Fixed debuginfo package.
Thu Jun 26 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.5
- Fixed grep -i bug introduced by cache.
Mon Jun 23 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.4
- Redo the gofast patch (bug #97785).
Thu Jun 12 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.3
- Fixed a bug in the gofast patch (bug #97226).
Tue Jun 10 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.2
- Go faster (bug #69900).
Thu May 29 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.1
- Go fast (bug #69900).
2004-09-09 05:53:00 +00:00

20 lines
592 B
Diff

--- grep-2.5.1/doc/grep.1.manpage 2002-01-22 13:20:04.000000000 +0000
+++ grep-2.5.1/doc/grep.1 2003-10-08 09:37:32.000000000 +0100
@@ -191,6 +191,7 @@
.I PATTERN
as a list of fixed strings, separated by newlines,
any of which is to be matched.
+.TP
.BR \-P ", " \-\^\-perl-regexp
Interpret
.I PATTERN
@@ -302,7 +303,7 @@
This is especially useful for tools like zgrep, e.g.
.B "gzip -cd foo.gz |grep --label=foo something"
.TP
-.BR \-\^\-line-buffering
+.BR \-\^\-line-buffered
Use line buffering, it can be a performance penality.
.TP
.BR \-q ", " \-\^\-quiet ", " \-\^\-silent