fix whatis section (hack)

This commit is contained in:
Joey Hess 2015-04-20 15:54:24 -04:00
parent a14040e947
commit 463bdd9e22

View file

@ -20,6 +20,7 @@ while (<>) {
s/^[ \n]+//;
s/^\t/ /;
s/-/\\-/g;
s/git\-annex/git-annex/g;
s/^Warning:.*//g;
s/^$/.PP\n/;
s/^\*\s+(.*)/.IP "$1"/;