summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-07 01:36:28 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-07 01:36:28 +0000
commit511d63b33c92e1c5d267272e0cfe6a38b67bf627 (patch)
tree8908bf8c98c04de13df1bd42384ef1ab65ef53ab /sys-apps
parentAdded a patch from last hour fixes from upstream. (diff)
downloadgentoo-2-511d63b33c92e1c5d267272e0cfe6a38b67bf627.tar.gz
gentoo-2-511d63b33c92e1c5d267272e0cfe6a38b67bf627.tar.bz2
gentoo-2-511d63b33c92e1c5d267272e0cfe6a38b67bf627.zip
unify manpage patches with Fedora
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/grep/files/2.5.1-manpage-line-buffering.patch14
-rw-r--r--sys-apps/grep/files/2.5.1-manpage.patch10
-rw-r--r--sys-apps/grep/files/grep-2.5.1-manpage.patch21
3 files changed, 21 insertions, 24 deletions
diff --git a/sys-apps/grep/files/2.5.1-manpage-line-buffering.patch b/sys-apps/grep/files/2.5.1-manpage-line-buffering.patch
deleted file mode 100644
index 6a417a9b9b4d..000000000000
--- a/sys-apps/grep/files/2.5.1-manpage-line-buffering.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-grep recognizes '--line-buffered' instead of '--line-buffering'
-taviso (20 Aug 2004)
-
---- doc/grep.1.orig 2004-08-20 09:28:45.857442048 +0100
-+++ doc/grep.1 2004-08-20 09:27:20.959348520 +0100
-@@ -303,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
diff --git a/sys-apps/grep/files/2.5.1-manpage.patch b/sys-apps/grep/files/2.5.1-manpage.patch
deleted file mode 100644
index b653fe432184..000000000000
--- a/sys-apps/grep/files/2.5.1-manpage.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- doc/grep.1.orig 2004-06-10 16:59:31.000000000 -0700
-+++ doc/grep.1 2004-06-10 16:59:56.000000000 -0700
-@@ -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
diff --git a/sys-apps/grep/files/grep-2.5.1-manpage.patch b/sys-apps/grep/files/grep-2.5.1-manpage.patch
new file mode 100644
index 000000000000..2f7145f05551
--- /dev/null
+++ b/sys-apps/grep/files/grep-2.5.1-manpage.patch
@@ -0,0 +1,21 @@
+Ripped from Fedora
+
+--- 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