summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/man/files/man-1.6g-echo-escape.patch')
-rw-r--r--sys-apps/man/files/man-1.6g-echo-escape.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-apps/man/files/man-1.6g-echo-escape.patch b/sys-apps/man/files/man-1.6g-echo-escape.patch
deleted file mode 100644
index 96e950a51e86..000000000000
--- a/sys-apps/man/files/man-1.6g-echo-escape.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-avoid using escape sequences in echo as they're not portable
-
-https://bugs.gentoo.org/523874
-
---- a/src/man.c
-+++ b/src/man.c
-@@ -626,7 +626,7 @@ make_roff_command (const char *path, const char *file) {
- the current position plus 10 lines. This plus setpl()
- gives us a single page that just contains the whole
- man page. (William Webber, wew@cs.rmit.edu.au) */
-- strcat(buft, "; echo \".\\\\\\\"\"; echo \".pl \\n(nlu+10\"");
-+ strcat(buft, "; echo \".\\\\\\\"\"; echo \".pl \"; echo \"(nlu+10\"");
- #if 0
- /* In case this doesnt work for some reason,
- michaelkjohnson suggests: I've got a simple