summaryrefslogtreecommitdiffstats
path: root/t/fmt/man/dots1.man
blob: 8d1ab1c0322c0a56fe4ad3f67c239edc9bebec63 (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
26
27
28
29
30
31
.TH test 1 test test
.SH FOO

.\" There is no problem here
.IR 'foo1
.IR .foo1

\fI'foo2\fP
\fI.foo2\fP

.\" bug in a groff page:
.br
\fI.foo3\fP

.br
\fI'foo3\fP

.\" This is correct:
.br
\fI\&.foo4\fP

.br
\fI\&'foo4\fP

.\" po4a should not generate such a buggy page. It should add a \&
.br
.I .foo5

.br
.I 'foo5