]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/esc/l.in
Split the excessively generic diagnostic message "invalid escape sequence"
[mandoc.git] / regress / roff / esc / l.in
1 .\" $OpenBSD: l.in,v 1.3 2022/06/07 09:51:03 schwarze Exp $
2 .Dd $Mdocdate: June 7 2022 $
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: >\l-<