Searched refs:pod2man (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A DMakefile37 pod2man.PL \
H A Dpod2man.PL38 # pod2man -- Convert POD data to formatted *roff input.
39 # $Id: pod2man.PL,v 1.10 2002/07/15 05:45:56 eagle Exp $
63 # Parse our options, trying to retain backwards compatibility with pod2man but
100 pod2man - Convert POD data to formatted *roff input
104 pod2man [B<--section>=I<manext>] [B<--release>=I<version>]
111 pod2man B<--help>
115 B<pod2man> is a front-end for Pod::Man, using it to generate *roff input
123 processed in the same B<pod2man> invocation (saving module load and compile
131 B<pod2man> assumes that your *roff formatters have a fixed-width font named
137 Besides the obvious pod conversions, Pod::Man, and therefore pod2man als
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm10 @EXPORT = qw(test_harness pod2man perllocal_install uninstall
60 =item B<pod2man>
62 pod2man( '--option=value',
70 pod2man() is a function performing most of the duties of the pod2man
71 program. Its arguments are exactly the same as pod2man as of 5.8.0
81 If no arguments are given to pod2man it will read from @ARGV.
85 sub pod2man { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm139 is a heuristic for things like pm_to_blib and pod2man which work on
142 $self->split_command($cmd, %pod2man);
437 which emulates the pod2man utility. You can add more switches to the
452 POD2MAN_EXE = $(PERLRUN) "-MExtUtils::Command::MM" -e pod2man "--"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm12 # a replacement for the pod2man command distributed with versions of Perl
181 # This table is taken nearly verbatim from Tom Christiansen's pod2man. It
828 # end codes. The old pod2man didn't get B<someI<thing> else> right; after I<>
1166 It is conventionally invoked using the driver script B<pod2man>, but it can
1380 L<Pod::Parser>, L<perlpod(1)>, L<pod2man(1)>, L<nroff(1)>, L<troff(1)>,
1390 L<man(7)> on your system. Also, please see L<pod2man(1)> for extensive
1401 B<pod2man> by Tom Christiansen <tchrist@mox.perl.com>.
H A DParseUtils.pm842 a lot of things from L<pod2man> and L<pod2roff> as well as other POD
847 L<pod2man>, L<pod2roff>, L<Pod::Parser>, L<Pod::Checker>,
H A DPerldoc.pm57 $Pod2man = "pod2man" . ( $Config{'versiononly'} ? $Config{'version'} : '' );
248 -t Display pod using pod2text instead of pod2man and nroff
338 $self->{'pod2man'} = $Pod2man unless exists $self->{'pod2man'};
345 [ '__pod2man' => $self->{'pod2man'} ],
1724 # missing nroff/pod2man, just display raw pod.)

Completed in 40 milliseconds