Merge commit 'dc97a43d4a70c8773a619f11b95b07a787f6f5b7' into merges
[unleashed.git] / share / man / man3head / nl_types.h.3head
blobd4f4da07e72e4ea716b2f2a46b89178fd6ca54c8
1 '\" te
2 .\"  Copyright 1989 AT&T  Copyright (c) 1997, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH NL_TYPES.H 3HEAD "Jul 3, 1990"
7 .SH NAME
8 nl_types.h, nl_types \- native language data types
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB#include <nl_types.h>\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 This header contains the following definitions:
19 .sp
20 .ne 2
21 .na
22 \fB\fBnl_catd\fR\fR
23 .ad
24 .RS 15n
25 Used by the message catalog functions \fBcatopen\fR, \fBcatgets\fR and
26 \fBcatclose\fR to identify a catalog.
27 .RE
29 .sp
30 .ne 2
31 .na
32 \fB\fBnl_item\fR\fR
33 .ad
34 .RS 15n
35 Used by \fBnl_langinfo\fR to identify items of langinfo data. Values for
36 objects of type \fBnl_item\fR are defined in \fB<langinfo.h>\fR\&.
37 .RE
39 .sp
40 .ne 2
41 .na
42 \fB\fBNL_SETD\fR \fR
43 .ad
44 .RS 15n
45 Used by \fBgencat\fR when no \fB$set\fR directive is specified in a message
46 text source file. This constant can be used in subsequent calls to
47 \fBcatgets\fR as the value of the set identifier parameter.
48 .RE
50 .sp
51 .ne 2
52 .na
53 \fB\fBNL_MGSMAX\fR \fR
54 .ad
55 .RS 15n
56 Maximum number of messages per set.
57 .RE
59 .sp
60 .ne 2
61 .na
62 \fB\fBNL_SETMAX\fR \fR
63 .ad
64 .RS 15n
65 Maximum number of sets per catalog.
66 .RE
68 .sp
69 .ne 2
70 .na
71 \fB\fBNL_TEXTMAX\fR \fR
72 .ad
73 .RS 15n
74 Maximum size of a message.
75 .RE
77 .SH SEE ALSO
78 .sp
79 .LP
80 \fBgencat\fR(1), \fBcatgets\fR(3C), \fBcatopen\fR(3C), \fBnl_langinfo\fR(3C),
81 \fBlanginfo.h\fR(3HEAD)