From: Jelte Jansen Date: Tue, 26 Apr 2005 12:35:29 +0000 (+0000) Subject: small little whitespace annoyance X-Git-Tag: release-0.50~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca402b8e52aeee3d5f1abd253c39d1ce7cfe3a6d;p=thirdparty%2Fldns.git small little whitespace annoyance --- diff --git a/doc/doxyparse.pl b/doc/doxyparse.pl index 9ae29f92..d86885db 100755 --- a/doc/doxyparse.pl +++ b/doc/doxyparse.pl @@ -147,7 +147,9 @@ foreach (keys %manpages) { print MAN ".PP\n"; foreach (@$a) { - print MAN $return{$_}, " ", $_; + $b = $return{$_}; + $b =~ s/\s+$//; + print MAN $b, " ", $_; print MAN "(", $api{$_},");\n"; print MAN ".PP\n"; }