summaryrefslogtreecommitdiff
path: root/lib/Pod/Man.pm
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-18 05:09:22 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-18 05:09:22 +0000
commit9e107c5991344ddf58aabfda297612992c5e63cb (patch)
tree87b45b56023a8f69936df49d1030be8abae05eeb /lib/Pod/Man.pm
parentb363f7ed458679f785ff5f459a6ae701688eb6f5 (diff)
downloadperl-9e107c5991344ddf58aabfda297612992c5e63cb.tar.gz
pod updates from Tom Christiansen
p4raw-id: //depot/perl@4404
Diffstat (limited to 'lib/Pod/Man.pm')
-rw-r--r--lib/Pod/Man.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Pod/Man.pm b/lib/Pod/Man.pm
index 0ed16b627c..87de42efb3 100644
--- a/lib/Pod/Man.pm
+++ b/lib/Pod/Man.pm
@@ -992,7 +992,7 @@ Pod::Man is a module to convert documentation in the POD format (the
preferred language for documenting Perl) into *roff input using the man
macro set. The resulting *roff code is suitable for display on a terminal
using nroff(1), normally via man(1), or printing using troff(1). It is
-conventionally invoked using the driver script B<pod2roff>, but it can also
+conventionally invoked using the driver script B<pod2man>, but it can also
be used directly.
As a derived class from Pod::Parser, Pod::Man supports the same methods and
@@ -1172,7 +1172,7 @@ B<pod2man> in Perl core.
=head1 SEE ALSO
-L<Pod::Parser|Pod::Parser>, perlpod(1), pod2roff(1), nroff(1), troff(1),
+L<Pod::Parser|Pod::Parser>, perlpod(1), pod2man(1), nroff(1), troff(1),
man(1), man(7)
Ossanna, Joseph F., and Brian W. Kernighan. "Troff User's Manual,"
@@ -1181,7 +1181,7 @@ the best documentation of standard nroff(1) and troff(1). At the time of
this writing, it's available at http://www.cs.bell-labs.com/cm/cs/cstr.html.
The man page documenting the man macro set may be man(5) instead of man(7)
-on your system. Also, please see pod2roff(1) for extensive documentation on
+on your system. Also, please see pod2man(1) for extensive documentation on
writing manual pages if you've not done it before and aren't familiar with
the conventions.