summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/man/files/man-1.6g-gawk-5.patch')
-rw-r--r--sys-apps/man/files/man-1.6g-gawk-5.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/man/files/man-1.6g-gawk-5.patch b/sys-apps/man/files/man-1.6g-gawk-5.patch
new file mode 100644
index 00000000..b4f78008
--- /dev/null
+++ b/sys-apps/man/files/man-1.6g-gawk-5.patch
@@ -0,0 +1,11 @@
+--- 1/src/makewhatis.sh
++++ 1/src/makewhatis.sh
+@@ -348,7 +348,7 @@
+ sub(/^.Li /, ""); # Kill .Li
+ sub(/^.Dq /, ""); # Kill .Dq
+ sub(/^.Nd */, "- "); # Convert .Nd to dash
+- sub(/\\\".*/, ""); # Trim pending comments
++ sub(/\\".*/, ""); # Trim pending comments
+ sub(/ *$/, ""); # Trim pending spaces
+ sub(/^\.$/, ""); # Kill blank comments
+ sub(/^'"'"'.*/, ""); # Kill comment/troff lines