From 5e89a201e82ac26d44bb9f9777be577d514ddda7 Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Tue, 27 May 2008 17:26:48 +0200 Subject: ignore the initial ".th" in the man file. --- doc/man2wiki | 1 + 1 file changed, 1 insertion(+) 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 -- cgit