aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man/TP/sameline.in
blob: 8857b2311a1d22ab2707d23fcc482d4f5c330e8c (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
26
27
28
29
30
.TH TP-SAMELINE 1 "March 8, 2014" OpenBSD
.SH NAME
TP-sameline \- test sameline logic of indented paragraphs
.SH DESCRIPTION
.SS without user-defined macros
with width:
.TP 6n
tag
text
.PP
without width:
.TP
20n
text
.SS with user-defined macros
.de mylist
with width:
.TP 6n
tag
text
..
.mylist
.PP
.de mylist
without width:
.TP
20n
text
..
.mylist