Annotation of mandoc/regress/man/TP/sameline.in, Revision 1.2
1.2 ! schwarze 1: .\" $OpenBSD: sameline.in,v 1.2 2017/07/04 14:53:24 schwarze Exp $
! 2: .TH TP-SAMELINE 1 "March 8, 2014"
1.1 schwarze 3: .SH NAME
4: TP-sameline \- test sameline logic of indented paragraphs
5: .SH DESCRIPTION
6: .SS without user-defined macros
7: with width:
8: .TP 6n
9: tag
10: text
11: .PP
12: without width:
13: .TP
14: 20n
15: text
16: .SS with user-defined macros
17: .de mylist
18: with width:
19: .TP 6n
20: tag
21: text
22: ..
23: .mylist
24: .PP
25: .de mylist
26: without width:
27: .TP
28: 20n
29: text
30: ..
31: .mylist
CVSweb