summaryrefslogtreecommitdiffstats
path: root/regress/roff/esc/l.in
blob: 59bb4e3283f7006bb502e7e031b0e7e9309ae8ff (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
.\" $OpenBSD: l.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
.Dd $Mdocdate$
.Dt ESC-L 1
.Os
.Sh NAME
.Nm esc-l
.Nd the roff escape l sequence: horizontal line
.Sh DESCRIPTION
explicit scaling unit and fill char: >\l'2nf'<
.br
explicit scaling unit and default char: >\l'3n'<
.br
default unit and explicit fill char: >\l'4x'<
.br
default unit and char: >\l'5'<
.br
explicit scaling unit and escape sequence: >\l'6n\(+-'<
.br
default unit and escape char: >\l'7n\(at'<
.br
rounding: >\l'0.26ix'<
.br
invalid delimiter: >\h-<