xref: /openbsd/lib/libc/nls/catclose.3 (revision 3d8817e4)
1.\"	$OpenBSD: catclose.3,v 1.6 2007/05/31 19:19:30 jmc Exp $
2.\"
3.\" Written by J.T. Conklin <jtc@netbsd.org>.
4.\" Public domain.
5.\"
6.Dd $Mdocdate: May 31 2007 $
7.Dt CATCLOSE 3
8.Os
9.Sh NAME
10.Nm catclose
11.Nd close message catalog
12.Sh SYNOPSIS
13.Fd #include <nl_types.h>
14.Ft int
15.Fn catclose "nl_catd catd"
16.Sh DESCRIPTION
17The
18.Fn catclose
19function closes the message catalog specified by the argument
20.Fa catd .
21.Sh SEE ALSO
22.Xr catgets 3 ,
23.Xr catopen 3
24.Sh STANDARDS
25The
26.Fn catclose
27function conforms to
28.St -xpg3 .
29