xref: /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/lquote-rquote (revision 5759b3d249badf144a6240f7eec4dcf9df003e6b)
1[name]
2Set separate left and right quotes
3
4[options]
5lquote ``
6rquote "
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.
18