.\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "POD2USAGE 1" .TH POD2USAGE 1 "2018-11-29" "perl v5.24.1" "Perl Programmers Reference Guide" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" pod2usage \- print usage messages from embedded pod docs in files .SH "SYNOPSIS" .IX Header "SYNOPSIS" .IP "\fBpod2usage\fR" 12 .IX Item "pod2usage" [\fB\-help\fR] [\fB\-man\fR] [\fB\-exit\fR \fIexitval\fR] [\fB\-output\fR \fIoutfile\fR] [\fB\-verbose\fR \fIlevel\fR] [\fB\-pathlist\fR \fIdirlist\fR] [\fB\-formatter\fR \fImodule\fR] [\fB\-utf8\fR] \&\fIfile\fR .SH "OPTIONS AND ARGUMENTS" .IX Header "OPTIONS AND ARGUMENTS" .IP "\fB\-help\fR" 8 .IX Item "-help" Print a brief help message and exit. .IP "\fB\-man\fR" 8 .IX Item "-man" Print this command's manual page and exit. .IP "\fB\-exit\fR \fIexitval\fR" 8 .IX Item "-exit exitval" The exit status value to return. .IP "\fB\-output\fR \fIoutfile\fR" 8 .IX Item "-output outfile" The output file to print to. If the special names \*(L"\-\*(R" or \*(L">&1\*(R" or \*(L">&STDOUT\*(R" are used then standard output is used. If \*(L">&2\*(R" or \*(L">&STDERR\*(R" is used then standard error is used. .IP "\fB\-verbose\fR \fIlevel\fR" 8 .IX Item "-verbose level" The desired level of verbosity to use: .Sp .Vb 3 \& 1 : print SYNOPSIS only \& 2 : print SYNOPSIS sections and any OPTIONS/ARGUMENTS sections \& 3 : print the entire manpage (similar to running pod2text) .Ve .IP "\fB\-pathlist\fR \fIdirlist\fR" 8 .IX Item "-pathlist dirlist" Specifies one or more directories to search for the input file if it was not supplied with an absolute path. Each directory path in the given list should be separated by a ':' on Unix (';' on MSWin32 and \s-1DOS\s0). .IP "\fB\-formatter\fR \fImodule\fR" 8 .IX Item "-formatter module" Which text formatter to use. Default is Pod::Text, or for very old Perl versions Pod::PlainText. An alternative would be e.g. Pod::Text::Termcap. .IP "\fB\-utf8\fR" 8 .IX Item "-utf8" This option assumes that the formatter (see above) understands the option \&\*(L"utf8\*(R". It turns on generation of utf8 output. .IP "\fIfile\fR" 8 .IX Item "file" The pathname of a file containing pod documentation to be output in usage message format (defaults to standard input). .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fBpod2usage\fR will read the given input file looking for pod documentation and will print the corresponding usage message. If no input file is specified then standard input is read. .PP \&\fBpod2usage\fR invokes the \fB\f(BIpod2usage()\fB\fR function in the \fBPod::Usage\fR module. Please see \*(L"\fIpod2usage()\fR\*(R" in Pod::Usage. .SH "SEE ALSO" .IX Header "SEE ALSO" Pod::Usage, \fIpod2text\fR\|(1) .SH "AUTHOR" .IX Header "AUTHOR" Please report bugs using . .PP Brad Appleton .PP Based on code for \fB\f(BIpod2text\fB\|(1)\fR written by Tom Christiansen