From: Nikos Mavrogiannopoulos Date: Wed, 1 Feb 2012 21:44:04 +0000 (+0100) Subject: updated information in manpages. X-Git-Tag: gnutls_3_0_13~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58f6dd533c8506a780fc780a49e237300948fb59;p=thirdparty%2Fgnutls.git updated information in manpages. --- diff --git a/doc/scripts/gdoc b/doc/scripts/gdoc index 7f787fd509..0380bbabe1 100755 --- a/doc/scripts/gdoc +++ b/doc/scripts/gdoc @@ -700,11 +700,14 @@ sub output_man { if ($args{'bugsto'}) { print ".SH \"REPORTING BUGS\"\n"; print "Report bugs to <". $args{'bugsto'} . ">.\n"; + print ".br\n"; + print "General guidelines for reporting bugs: http://www.gnu.org/gethelp/\n"; + print ".br\n"; if ($args{'pkgname'}) { print $args{'pkgname'} . " home page: " . "http://www.gnu.org/software/" . $args{'module'} . "/\n"; } - print "General help using GNU software: http://www.gnu.org/gethelp/\n"; + print "\n"; } if ($args{'copyright'}) { @@ -731,6 +734,10 @@ sub output_man { print ".B info " . $args{'seeinfo'} . "\n"; print ".PP\n"; print "should give you access to the complete manual.\n"; + print "As an alternative you may obtain the manual from:\n"; + print ".IP\n"; + print ".B http://www.gnu.org/software/" . $args{'module'} . "/manual/\n"; + print ".PP\n"; } }