xref: /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/bullets (revision f2a19305cfc49ea4d1a5feb55cd6c283c6f1e031)
1[name]
2Bullet handling
3
4[input]
5=over 4
6
7=item *
8
9A bullet.
10
11=item    *
12
13Another bullet.
14
15=item * Also a bullet.
16
17=back
18
19[output]
20.IP \(bu 4
21A bullet.
22.IP \(bu 4
23Another bullet.
24.IP \(bu 4
25Also a bullet.
26