This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update podlators to CPAN version 4.08
[perl5.git] / cpan / podlators / t / data / snippets / man / lquote-and-quote
CommitLineData
516cc7b3
CBW
1[name]
2lquote and quotes both used
3
4[options]
5lquote ``
6quotes "
7
8[input]
9=head1 FOO C<BAR> BAZ
10
11Foo C<bar> baz.
12
13[output]
14.ie n .SH "FOO ``BAR"" BAZ"
15.el .SH "FOO \f(CWBAR\fP BAZ"
16.IX Header "FOO BAR BAZ"
17Foo \f(CW\*(C`bar\*(C'\fR baz.