summaryrefslogtreecommitdiff
path: root/cpan/podlators/t/data/snippets/man/bullets
blob: 3d280d5d9d57f9ac0f89e8b9623100707ea71429 (plain)
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]
Bullet handling

[input]
=over 4

=item *

A bullet.

=item    *

Another bullet.

=item * Also a bullet.

=back

[output]
.IP \(bu 4
A bullet.
.IP \(bu 4
Another bullet.
.IP \(bu 4
Also a bullet.