summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/bullet-after-nonbullet
blob: f98302add6d436d074400de7509e5254800697a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[name]
Handling of bullet after non-bullet

[options]
errors none

[input]
=over 4

=item foo

Not a bullet.

=item *

Also not a bullet.

=back

[output]
.IP "foo" 4
.IX Item "foo"
Not a bullet.
.IP "*" 4
Also not a bullet.