aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/char/N/basic.in
blob: aa310f6548c1b325f1c2837c0347b1480d316cb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.\" $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