Penguin
Blame: podselect(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of podselect(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 PODSELECT
2 !!!PODSELECT
3 NAME
4 SYNOPSIS
5 OPTIONS AND ARGUMENTS
6 DESCRIPTION
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 podselect - print selected sections of pod documentation on standard output
14 !!SYNOPSIS
15
16
17 __podselect__ [[__-help__] [[__-man__]
18 [[__-section__ ''section-spec''] [[''file''
19 ...]
20 !!OPTIONS AND ARGUMENTS
21
22
23 __-help__
24
25
26 Print a brief help message and exit.
27
28
29 __-man__
30
31
32 Print the manual page and exit.
33
34
35 __-section__ ''section-spec''
36
37
38 Specify a section to include in the output. See ``
39 SECTION SPECIFICATIONS '' in Pod::Parser for
40 the format to use for ''section-spec''. This option may
41 be given multiple times on the command line.
42
43
44 ''file''
45
46
47 The pathname of a file from which to select sections of pod
48 documentation (defaults to standard input).
49 !!DESCRIPTION
50
51
52 __podselect__ will read the given input files looking for
53 pod documentation and will print out (in raw pod format) all
54 sections that match one ore more of the given section
55 specifications. If no section specifications are given than
56 all pod sections encountered are output.
57
58
59 __podselect__ invokes the ''podselect()'' function
60 exported by __Pod::Select__ Please see
61 ``''podselect()'''' in Pod::Select for more
62 details.
63 !!SEE ALSO
64
65
66 Pod::Parser and Pod::Select
67 !!AUTHOR
68
69
70 Brad Appleton
71
72
73 Based on code for ''Pod::Text::pod2text''__(1)__
74 written by Tom Christiansen
75 __
76 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.