From: Fabian Keil Date: Wed, 12 Aug 2015 10:33:56 +0000 (+0000) Subject: docbook2man-spec.pl: Update the inserted man page banner X-Git-Tag: v_3_0_24~93 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=f726ad5921948d8391d06535d61a25ddad52e305 docbook2man-spec.pl: Update the inserted man page banner .. to make it more obvious that the script is part of Privoxy's source tarball. Remove suggestion that bug reports should be reported to the original author as the referenced address is no longer useful thanks to a domain squatter. --- diff --git a/utils/docbook2man/docbook2man-spec.pl b/utils/docbook2man/docbook2man-spec.pl index 472a1e2c..c6c88c8d 100644 --- a/utils/docbook2man/docbook2man-spec.pl +++ b/utils/docbook2man/docbook2man-spec.pl @@ -52,7 +52,7 @@ 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 $ +# $Id: docbook2man-spec.pl,v 1.4 2006/07/18 14:49:14 david__schmidt Exp $ use SGMLS; # Use the SGMLS package. use SGMLS::Output; # Use stack-based output. @@ -259,11 +259,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"`;