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

Annotation of mandoc/regress/roff/esc/ignore.in, Revision 1.4

1.4     ! schwarze    1: .\" $OpenBSD: ignore.in,v 1.5 2022/05/20 12:30:33 schwarze Exp $
        !             2: .TH ESC-IGNORE 1 "May 20, 2022"
1.3       schwarze    3: .SH NAME
                      4: esc-ignore \- ignored roff escape sequences
                      5: .SH DESCRIPTION
                      6: .nf
1.4     ! schwarze    7: percent (hyphenation allowed): a\%b\[%]c
        !             8: ampersand (zero width space): a\&b\[&]c
        !             9: closing parenthesis (ZWS transparent to EOS): a\)b\[)]c
        !            10: comma (left italic correction): a\,b\[,]c
        !            11: slash (right italic correction): a\/b\[/]c
        !            12: caret (1/12 em space): a\^b\[^]c
        !            13: a (leader): a\ab\[a]c
        !            14: d (half line feed): a\db\[d]c
        !            15: t (horizontal tab): a\tb\[t]c
        !            16: u (half reverse line feed): a\ub\[u]c
        !            17: opening brace: a\{b\[{]c
        !            18: bar (1/6 em space): a\|b\[|]c
        !            19: closing brace: a\}b\[}]c
1.1       schwarze   20: multiform: a\kxb\k(xyc\k[xyz]d
                     21: quoted: a\R'myreg 0'b\R'myreg \A'y'0'c
                     22: sizes: a\s0b\s(12c\s[123]d\s'123'e\s'1\w'xy'2'f
                     23: signed sizes: a\s-0b\s-(12c\s-[123]d\s-'123'e\s-'1\w'xy'2'f\s-

CVSweb