@@ -28,15 +28,10 @@ pod2html takes the following arguments:
28
28
=item backlink
29
29
30
30
--backlink
31
-
32
- Turn =head1 directives into links pointing to the top of the HTML file.
33
-
34
- =item nobacklink
35
-
36
31
--nobacklink
37
32
38
- Do not turn =head1 directives into links pointing to the top of the HTML file
39
- ( default behaviour) .
33
+ Turn =head1 directives into links pointing to the top of the HTML file.
34
+ --nobacklink (which is the default behavior) does not create these backlinks .
40
35
41
36
=item cachedir
42
37
@@ -61,15 +56,11 @@ Flush the cache.
61
56
=item header
62
57
63
58
--header
64
-
65
- Create header and footer blocks containing the text of the "NAME" section.
66
-
67
- =item noheader
68
-
69
59
--noheader
70
60
71
- Do not create header and footer blocks containing the text of the "NAME"
72
- section (default behaviour).
61
+ Create header and footer blocks containing the text of the "NAME" section.
62
+ --noheader -- which is the default behavior -- does not create header or footer
63
+ blocks.
73
64
74
65
=item help
75
66
@@ -105,12 +96,16 @@ Do not pass both this and --htmldir to pod2html; they are mutually exclusive.
105
96
106
97
Generate an index at the top of the HTML file (default behaviour).
107
98
99
+ =over 4
100
+
108
101
=item noindex
109
102
110
103
--noindex
111
104
112
105
Do not generate an index at the top of the HTML file.
113
106
107
+ =back
108
+
114
109
=item infile
115
110
116
111
--infile=name
@@ -128,16 +123,11 @@ is specified.
128
123
=item poderrors
129
124
130
125
--poderrors
131
-
132
- Include a "POD ERRORS" section in the outfile if there were any POD errors in
133
- the infile (default behaviour).
134
-
135
- =item nopoderrors
136
-
137
126
--nopoderrors
138
127
139
- Do not include a "POD ERRORS" section in the outfile if there were any POD
140
- errors in the infile.
128
+ Include a "POD ERRORS" section in the outfile if there were any POD errors in
129
+ the infile (default behaviour). --nopoderrors does not create this "POD
130
+ ERRORS" section.
141
131
142
132
=item podpath
143
133
@@ -155,27 +145,19 @@ Specify the base directory for finding library pods.
155
145
=item quiet
156
146
157
147
--quiet
158
-
159
- Don't display mostly harmless warning messages.
160
-
161
- =item noquiet
162
-
163
148
--noquiet
164
149
165
- Display mostly harmless warning messages (default behaviour). But this is not
166
- the same as "verbose" mode.
150
+ Don't display mostly harmless warning messages. --noquiet -- which is the
151
+ default behavior -- I<does> display these mostly harmless warning messages (but
152
+ this is not the same as "verbose" mode).
167
153
168
154
=item recurse
169
155
170
156
--recurse
171
-
172
- Recurse into subdirectories specified in podpath (default behaviour).
173
-
174
- =item norecurse
175
-
176
157
--norecurse
177
158
178
- Do not recurse into subdirectories specified in podpath.
159
+ Recurse into subdirectories specified in podpath (default behaviour).
160
+ --norecurse does not recurse into these subdirectories.
179
161
180
162
=item title
181
163
@@ -186,14 +168,10 @@ Specify the title of the resulting HTML file.
186
168
=item verbose
187
169
188
170
--verbose
189
-
190
- Display progress messages.
191
-
192
- =item noverbose
193
-
194
171
--noverbose
195
172
196
- Do not display progress messages (default behaviour).
173
+ Display progress messages. --noverbose -- which is the default behavior --
174
+ does not display these progress messages.
197
175
198
176
=back
199
177
0 commit comments