[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.3

1.2       schwarze    1: .\" $OpenBSD: ignore.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
1.3     ! schwarze    2: .TH ESC-IGNORE 1 "December 15, 2018"
        !             3: .SH NAME
        !             4: esc-ignore \- ignored roff escape sequences
        !             5: .SH DESCRIPTION
        !             6: .nf
        !             7: closing parenthesis: a\)b\[)]c
        !             8: comma: a\,b\[,]c
        !             9: slash: a\/b\[/]c
1.1       schwarze   10: multiform: a\kxb\k(xyc\k[xyz]d
                     11: quoted: a\R'myreg 0'b\R'myreg \A'y'0'c
                     12: sizes: a\s0b\s(12c\s[123]d\s'123'e\s'1\w'xy'2'f
                     13: signed sizes: a\s-0b\s-(12c\s-[123]d\s-'123'e\s-'1\w'xy'2'f\s-

CVSweb