summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/error-stderr-opt
blob: e4e0cf8e1954208a0afcfa688bcd4e70eb7b64a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[name]
Errors to standard error with stderr option

[options]
stderr 1

[input]
=over 4

=item Foo

Bar.

=head1 NEXT

[output]
.IP "Foo" 4
.IX Item "Foo"
Bar.
.SH "NEXT"
.IX Header "NEXT"

[errors]
Pod input around line 7: You forgot a '=back' before '=head1'