summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/bullets
blob: 8cab7e9e5218cd8537799360ab5f9d71c55a0655 (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]
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.