xref: /openbsd-src/regress/usr.bin/mandoc/roff/esc/l.out_ascii (revision e44471f37d7134ba35ecb13703ab80d944ad4dfa)
1ESC-L(1)                    General Commands Manual                   ESC-L(1)
2
3NNAAMMEE
4     eesscc--ll - the roff escape l sequence: horizontal line
5
6DDEESSCCRRIIPPTTIIOONN
7     explicit scaling unit and fill char: >ff<
8     explicit scaling unit and default char: >___<
9     default unit and explicit fill char: >xxxx<
10     default unit and char: >_____<
11     explicit scaling unit and escape sequence: >+-+-+-<
12     default unit and escape char: >@@@@@@@<
13     rounding: >xxx<
14
15   AArrgguummeenntt ddeelliimmiitteerrss
16     invalid ASCII: ><
17     unsupported \!: __u
18     unsupported \r: 2u
19     ignored \%: __u
20     ignored \&: xxu
21     ignored \): xxu
22     ignored \,: 2u
23     ignored \/: __u
24     ignored \^: 2u
25     ignored \a: 2u
26     ignored \d: 2u
27     ignored \t: 2u
28     ignored \u: 2u
29     ignored \{: __u
30     ignored \|: 2u
31     ignored \}: __u
32     useless \.: 2.u
33     invalid \G: __u
34     special \ : 2 u
35     special \': xxu
36     special \-: xxu
37     special \0: 2 u
38     special \:: __u
39     special \_: __u
40     special \`: xxu
41     special \e: xxu
42     special \~: 2 u
43     break \p: __u
44     nospace \c: __u
45     string expansion: __u
46     register expansion: 21u
47     ignored \O: 2u
48     ignored \Y: 2u
49     ignored \k: __u
50     special character: xxu
51     ignored \D: 2u
52     ignored \L: 2u
53     ignored \X: 2u
54     ignored \Z: 2u
55     ignored \b: 2u
56     ignored \v: 2u
57     ignored \x: 2u
58     horizontal motion: 2   u
59     horizontal line: 2___u
60     overstrike: 2cdu
61
62OpenBSD                          June 8, 2022                          OpenBSD
63