X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fpod2man.PL;h=b0c1341176efd06e9d631db4510bab9c1110f770;hb=a8476e91ee770bd8b0c7183fe1314d9effd435ad;hp=1c27bfe64dbd9d5a9bba6869bc31862ace85428c;hpb=b4558dc4bd9c296354bf29971495ac6ba5e42420;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/pod2man.PL b/pod/pod2man.PL index 1c27bfe..b0c1341 100644 --- a/pod/pod2man.PL +++ b/pod/pod2man.PL @@ -36,7 +36,7 @@ $Config{startperl} print OUT <<'!NO!SUBS!'; # pod2man -- Convert POD data to formatted *roff input. -# $Id: pod2man.PL,v 1.9 2001/11/26 08:44:58 eagle Exp $ +# $Id: pod2man.PL,v 1.10 2002/07/15 05:45:56 eagle Exp $ # # Copyright 1999, 2000, 2001 by Russ Allbery # @@ -448,9 +448,8 @@ Other man pages to check out, like man(1), man(7), makewhatis(8), or catman(8). Normally a simple list of man pages separated by commas, or a paragraph giving the name of a reference work. Man page references, if they use the standard C form, don't have to be enclosed in -LEE, but other things in this section probably should be when -appropriate. You may need to use the C...|...E> syntax to keep -B and B from being too verbose; see perlpod(1). +LEE (although it's recommended), but other things in this section +probably should be when appropriate. If the package has a mailing list, include a URL or subscription instructions here. @@ -526,6 +525,10 @@ L, L The man page documenting the an macro set may be L instead of L on your system. +The current version of this script is always available from its web site at +L. It is also part of the +Perl core distribution as of 5.6.0. + =head1 AUTHOR Russ Allbery , based I heavily on the original