blob: 5fa1cac78c1ed07b996c79aaccec891ec1fb2b9c (
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
31
|
.\" $OpenBSD: sameline.in,v 1.2 2017/07/04 14:53:24 schwarze Exp $
.TH TP-SAMELINE 1 "March 8, 2014"
.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
|