[BACK]Return to l.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / esc

Annotation of mandoc/regress/roff/esc/l.in, Revision 1.3

1.3     ! schwarze    1: .\" $OpenBSD: l.in,v 1.3 2022/06/07 09:51:03 schwarze Exp $
        !             2: .Dd $Mdocdate: June 7 2022 $
1.1       schwarze    3: .Dt ESC-L 1
1.2       schwarze    4: .Os
1.1       schwarze    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
1.3     ! schwarze   23: invalid delimiter: >\l-<

CVSweb