summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/lquote-and-quote
blob: def8fe3893d8a2369ef6d5f5cbe9e0a9d6f70564 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[name]
lquote and quotes both used

[options]
lquote ``
quotes "

[input]
=head1 FOO C<BAR> BAZ

Foo C<bar> baz.

[output]
.ie n .SH "FOO ``BAR"" BAZ"
.el .SH "FOO \f(CWBAR\fP BAZ"
.IX Header "FOO BAR BAZ"
Foo \f(CW\*(C`bar\*(C'\fR baz.