This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade podlators from version 4.08 to 4.09
[perl5.git] / cpan / podlators / t / data / snippets / man / true-false
CommitLineData
a7ea90b1
SH
1[name]
2TRUE (1) and FALSE (0)
3
4[input]
5=head1 TRUE (1)
6
7podlators prior to 4.08 misrendered TRUE (1) and FALSE (0) with escaped nroff
8in the output because it tried to apply both small caps and man page reference
9code and got it wrong.
10
11[output]
12.SH "TRUE (1)"
13.IX Header "TRUE (1)"
14podlators prior to 4.08 misrendered \s-1TRUE\s0 (1) and \s-1FALSE\s0 (0) with escaped nroff
15in the output because it tried to apply both small caps and man page reference
16code and got it wrong.