| 1 |
diff -up man-1.6f/src/makewhatis.sh.dash2 man-1.6f/src/makewhatis.sh
|
| 2 |
--- man-1.6f/src/makewhatis.sh.dash2 2008-11-18 11:04:58.000000000 +0100
|
| 3 |
+++ man-1.6f/src/makewhatis.sh 2008-11-18 11:13:21.000000000 +0100
|
| 4 |
@@ -329,9 +329,10 @@ do
|
| 5 |
# is probably a section header.
|
| 6 |
done = 1;
|
| 7 |
} else {
|
| 8 |
- if ($0 ~ progname"-") { # Fix old cat pages
|
| 9 |
- sub(progname"-", progname" - ");
|
| 10 |
- }
|
| 11 |
+# Thie overwork break the records for man-pages consisting dash in their name
|
| 12 |
+# if ($0 ~ progname"-") { # Fix old cat pages
|
| 13 |
+# sub(progname"-", progname" - ");
|
| 14 |
+# }
|
| 15 |
if ($0 ~ /[^ \\]-$/) {
|
| 16 |
sub(/-$/, ""); # Handle Hyphenations
|
| 17 |
nextjoin = 1;
|