release.sh: restore -jJAILDIR option
[minix.git] / lib / libc / nls / catclose.3
blobabfada75b86a53fba7a633ca8f2bc86f15a0da32
1 .\"     $NetBSD: catclose.3,v 1.12 2003/07/26 19:24:49 salo Exp $
2 .\"
3 .\" Written by J.T. Conklin <jtc@NetBSD.org>.
4 .\" Public domain.
5 .\"
6 .Dd May 29, 1994
7 .Dt CATCLOSE 3
8 .Os
9 .Sh NAME
10 .Nm catclose
11 .Nd close message catalog
12 .Sh LIBRARY
13 .Lb libc
14 .Sh SYNOPSIS
15 .In nl_types.h
16 .Ft int
17 .Fn catclose "nl_catd catd"
18 .Sh DESCRIPTION
19 The
20 .Fn catclose
21 function closes the message catalog specified by the argument
22 .Fa catd .
23 .Sh SEE ALSO
24 .Xr gencat 1 ,
25 .Xr catgets 3 ,
26 .Xr catopen 3 ,
27 .Xr nls 7
28 .Sh STANDARDS
29 The
30 .Fn catclose
31 function conforms to
32 .St -xpg3 .