summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-05-27 17:26:48 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-05-27 17:26:48 +0200
commit5e89a201e82ac26d44bb9f9777be577d514ddda7 (patch)
treeb012820d7fe6116781b7c91bd01f0e883ea676c0 /doc
parentb715088eef898b24f121335881f1c8134021a22a (diff)
downloadfirstaidkit-5e89a201e82ac26d44bb9f9777be577d514ddda7.tar.gz
firstaidkit-5e89a201e82ac26d44bb9f9777be577d514ddda7.tar.xz
firstaidkit-5e89a201e82ac26d44bb9f9777be577d514ddda7.zip
ignore the initial ".th" in the man file.
Diffstat (limited to 'doc')
-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