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 / fixed-font-in-item
CommitLineData
a7ea90b1
SH
1[name]
2Fixed-width font in item
3
4[input]
5=head1 Fixed-width Fonts in =item
6
7The nroff portion should not use fixed-width fonts. In podlators 4.06 and
8earlier, italic was terminated with \f(CW, which didn't properly stop italic.
9
10=over 2
11
12=item C<tar I<option>... [I<name>]...>
13
14=item C<tar I<letter>... [I<argument>]... [I<option>]... [I<name>]...>
15
16=back
17
18[output]
19.SH "Fixed-width Fonts in =item"
20.IX Header "Fixed-width Fonts in =item"
21The nroff portion should not use fixed-width fonts. In podlators 4.06 and
22earlier, italic was terminated with \ef(\s-1CW,\s0 which didn't properly stop italic.
23.ie n .IP """tar \fIoption\fP... [\fIname\fP]...""" 2
24.el .IP "\f(CWtar \f(CIoption\f(CW... [\f(CIname\f(CW]...\fR" 2
25.IX Item "tar option... [name]..."
26.PD 0
27.ie n .IP """tar \fIletter\fP... [\fIargument\fP]... [\fIoption\fP]... [\fIname\fP]...""" 2
28.el .IP "\f(CWtar \f(CIletter\f(CW... [\f(CIargument\f(CW]... [\f(CIoption\f(CW]... [\f(CIname\f(CW]...\fR" 2
29.IX Item "tar letter... [argument]... [option]... [name]..."