Searched defs:Man (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm1 # Pod::Man -- Convert POD data to formatted *roff input.
2 # $Id: Man.pm,v 1.37 2003/03/30 22:34:11 eagle Exp $
24 package Pod::Man;
290 # constructor or set separately with Pod::Man::name().
457 .\\" Automatically generated by Pod::Man v$VERSION, Pod::Parser v$pversion
1147 Pod::Man - Convert POD data to formatted *roff input
1151 use Pod::Man;
1152 my $parser = Pod::Man->new (release => $VERSION, section => 8);
1162 Pod::Man is a module to convert documentation in the POD format (the
1169 As a derived class from Pod::Parser, Pod::Man support
[all...]

Completed in 17 milliseconds