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

[options]
lquote ``
rquote "

[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.