]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/esc/l.in
Implement the roff .break request (break out of a .while loop).
[mandoc.git] / regress / roff / esc / l.in
1 .\" $OpenBSD: l.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
2 .Dd $Mdocdate: July 4 2017 $
3 .Dt ESC-L 1
4 .Os
5 .Sh NAME
6 .Nm esc-l
7 .Nd the roff escape l sequence: horizontal line
8 .Sh DESCRIPTION
9 explicit scaling unit and fill char: >\l'2nf'<
10 .br
11 explicit scaling unit and default char: >\l'3n'<
12 .br
13 default unit and explicit fill char: >\l'4x'<
14 .br
15 default unit and char: >\l'5'<
16 .br
17 explicit scaling unit and escape sequence: >\l'6n\(+-'<
18 .br
19 default unit and escape char: >\l'7n\(at'<
20 .br
21 rounding: >\l'0.26ix'<
22 .br
23 invalid delimiter: >\h-<