summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdoc/man2wiki1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man2wiki b/doc/man2wiki
index e26221d..9c3480b 100755
--- a/doc/man2wiki
+++ b/doc/man2wiki
@@ -30,5 +30,6 @@ for file in $CHANGE_FILES ; do
-e "s/^\.PP.*//" \
-e "s/^\.nf.*//" \
-e "s/^\.fi.*//" \
+ -e "s/^\.TH.*//" \
< $file > $file-wiki
done