Name
pod2man
Synopsis
pod2man [options]inputfile
Translates pod directives in file inputfile to Unix manpage format. Converts pod-tagged text to nroff source that can be viewed by the man command, or troff for typesetting.
Options
--center=stringSets centered header to
string. Defaults to “User Contributed Perl Documentation” unless-\-officialflag is set, in which case it defaults to “Perl Programmers Reference Guide.”--date=stringSets left-hand footer string to
date.--fixed=fontSpecifies the fixed-width font to use for code examples.
--laxIf set, ignores missing sections.
--officialIf set, uses default header as shown for -\-center above.
--release=relSets centered footer. Defaults to current Perl release.
--section=manextSets manpage section for nroff .TH macro. Default is
3(functions) if filename ends in .pm; otherwise1(user commands).