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