]> git.cameronkatri.com Git - mandoc.git/blob - regress/man/TP/sameline.in
minor markup simplifications
[mandoc.git] / regress / man / TP / sameline.in
1 .TH TP-SAMELINE 1 "March 8, 2014" OpenBSD
2 .SH NAME
3 TP-sameline \- test sameline logic of indented paragraphs
4 .SH DESCRIPTION
5 .SS without user-defined macros
6 with width:
7 .TP 6n
8 tag
9 text
10 .PP
11 without width:
12 .TP
13 20n
14 text
15 .SS with user-defined macros
16 .de mylist
17 with width:
18 .TP 6n
19 tag
20 text
21 ..
22 .mylist
23 .PP
24 .de mylist
25 without width:
26 .TP
27 20n
28 text
29 ..
30 .mylist