[BACK]Return to basic.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / char / N

Annotation of mandoc/regress/char/N/basic.in, Revision 1.1

1.1     ! schwarze    1: .TH N-BASIC 1 "January 29, 2011" OpenBSD
        !             2: .SH NAME
        !             3: N-basic \- basic handling of character number escapes
        !             4: .SH DESCRIPTION
        !             5: basic usage: x\N'65'x
        !             6: .br
        !             7: too large: x\N'259'x
        !             8: .br
        !             9: much too large: x\N'2259'x
        !            10: .br
        !            11: .\" XXX mandoc ignores non-printable characters, while groff does not
        !            12: .\" too small: x\N'1'x
        !            13: .\" .br
        !            14: .\" null: x\N'0'x
        !            15: .\" .br
        !            16: non-numerical content: x\N'XX'x
        !            17: .br
        !            18: mixed content: x\N'65XX'x
        !            19: .br
        !            20: empty: x\N''x
        !            21: .br
        !            22: no quoting: x\N665x
        !            23: .br
        !            24: non-matching quoting characters: x\NX65Yx
        !            25: .br
        !            26: end of test document

CVSweb