xref: /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/guesswork (revision f2a19305cfc49ea4d1a5feb55cd6c283c6f1e031)
1[name]
2Non-quoting guesswork applied by default
3
4[input]
5=head1 GUESSWORK
6
7The hyphens-in-compound-words shouldn't be escaped, but e-mail should be.
8
9Function: foo(), bar::baz(), _private::_stuff()
10
11Manpage: foo(1), Pod::Man(3perl), git-rebase(1)
12
13Variables: $foo, @bar::baz, %Pod::Blah
14
15[output]
16.SH GUESSWORK
17.IX Header "GUESSWORK"
18The hyphens-in-compound-words shouldn't be escaped, but e\-mail should be.
19.PP
20Function: \fBfoo()\fR, \fBbar::baz()\fR, \fB_private::_stuff()\fR
21.PP
22Manpage: \fBfoo\fR\|(1), \fBPod::Man\fR\|(3perl), \fBgit\-rebase\fR\|(1)
23.PP
24Variables: \f(CW$foo\fR, \f(CW@bar::baz\fR, \f(CW%Pod::Blah\fR
25