xref: /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/bullet-after-nonbullet (revision f2a19305cfc49ea4d1a5feb55cd6c283c6f1e031)
1[name]
2Handling of bullet after non-bullet
3
4[options]
5errors none
6
7[input]
8=over 4
9
10=item foo
11
12Not a bullet.
13
14=item *
15
16Also not a bullet.
17
18=back
19
20[output]
21.IP foo 4
22.IX Item "foo"
23Not a bullet.
24.IP * 4
25Also not a bullet.
26