NetBSD/lib/libc/nls/catclose.3

31 lines
537 B
Groff
Raw Normal View History

2002-02-07 10:00:09 +03:00
.\" $NetBSD: catclose.3,v 1.8 2002/02/07 07:00:22 ross Exp $
1995-02-27 16:06:20 +03:00
.\"
.\" Written by J.T. Conklin <jtc@netbsd.org>.
.\" Public domain.
.\"
.Dd May 29, 1994
.Dt CATCLOSE 3
.Os
.Sh NAME
.Nm catclose
.Nd close message catalog
1998-02-05 21:45:17 +03:00
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
2002-02-07 10:00:09 +03:00
.Fd #include \*[Lt]nl_types.h\*[Gt]
.Ft int
.Fn catclose "nl_catd catd"
.Sh DESCRIPTION
The
.Fn catclose
2001-09-16 06:21:00 +04:00
function closes the message catalog specified by the argument
.Fa catd .
.Sh SEE ALSO
.Xr catgets 3 ,
.Xr catopen 3
.Sh STANDARDS
The
.Fn catclose
function conforms to
.St -xpg3 .