X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=utils%2Fdocbook2man%2Fdocbook2man-spec.pl;h=584a2d795be206cf449b2c3d722dd455b1d8ffd3;hb=332d8953b30fd1f0b62b496e26eb3f786ddc8d6e;hp=472a1e2c4f5eaf6458d706b064913b5b6d70e4dd;hpb=7dc6eec3a6fd9cd4f925ed4b4fa208a77fb6930c;p=privoxy.git diff --git a/utils/docbook2man/docbook2man-spec.pl b/utils/docbook2man/docbook2man-spec.pl index 472a1e2c..584a2d79 100644 --- a/utils/docbook2man/docbook2man-spec.pl +++ b/utils/docbook2man/docbook2man-spec.pl @@ -52,8 +52,6 @@ Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. =cut -# $Id: docbook2man-spec.pl,v 1.1.2.2 2002/08/13 03:46:00 hal9 Exp $ - use SGMLS; # Use the SGMLS package. use SGMLS::Output; # Use stack-based output. use SGMLS::Refs; @@ -259,11 +257,8 @@ sgml('', sub { push_output('file', "$manpage_title.$manpage_sect"); output <<_END_BANNER; -.\\" This manpage has been automatically generated by docbook2man -.\\" from a DocBook document. This tool can be found at: -.\\" -.\\" Please send any bug reports, improvements, comments, patches, -.\\" etc. to Steve Cheng . +.\\" This manpage has been generated by docbook2man-spec.pl +.\\" (included in the Privoxy source tarball) from a DocBook document. _END_BANNER my $manpage_date = `date "+%d %B %Y"`;