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

File: [cvsweb.bsd.lv] / mandoc / regress / char / N / basic.in (download)

Revision 1.2, Tue Jul 4 15:24:38 2017 UTC (6 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, VERSION_1_14_4, VERSION_1_14_3, VERSION_1_14_2, HEAD
Changes since 1.1: +2 -1 lines

Messages of the -Wbase level now print STYLE:.  Since this
causes horrible churn anyway, profit of the opportunity to stop
excessive testing, such that this is hopefully the last instance
of such churn.  Consistently use OpenBSD RCS tags, blank .Os,
blank fourth .TH argument, and Mdocdate like everywhere else.
Use -Ios=OpenBSD for platform-independent predictable output.

.\" $OpenBSD: basic.in,v 1.3 2017/07/04 14:53:23 schwarze Exp $
.TH N-BASIC 1 "January 29, 2011"
.SH NAME
N-basic \- basic handling of character number escapes
.SH DESCRIPTION
basic usage: x\N'65'x
.br
too large: x\N'259'x
.br
much too large: x\N'2259'x
.br
.\" XXX mandoc ignores non-printable characters, while groff does not
.\" too small: x\N'1'x
.\" .br
.\" null: x\N'0'x
.\" .br
non-numerical content: x\N'XX'x
.br
mixed content: x\N'65XX'x
.br
empty: x\N''x
.br
no quoting: x\N665x
.br
non-matching quoting characters: x\NX65Yx
.br
end of test document