blob: b4f78008325a2346a787b1513ffd9c55227bc672 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|