diff options
-rw-r--r-- | share/man/makewhatis.sed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/makewhatis.sed b/share/man/makewhatis.sed index e2b3dec6603..c9f3ac315fc 100644 --- a/share/man/makewhatis.sed +++ b/share/man/makewhatis.sed @@ -59,7 +59,7 @@ s;\n;;g /-/!d s;.;;g - s;\([a-z][A-z]\)-[ ][ ]*;\1; + s;\([a-z][A-z]\)-[ ][ ]*;\1;g s;\([a-zA-Z0-9,\._+\-]\)[ ][ ]*;\1 ;g s;[^a-zA-Z0-9\._+\-]*\([a-zA-Z0-9\._+\-]*\)[^a-zA-Z0-9\._+\-]*\(.*\) - \(.*\);\2 (\1) - \3; p |