1998-02-05 21:45:17 +03:00
|
|
|
.\" $NetBSD: catclose.3,v 1.5 1998/02/05 18:48:58 perry Exp $
|
1995-02-27 16:06:20 +03:00
|
|
|
.\"
|
1995-05-12 03:03:44 +04:00
|
|
|
.\" Written by J.T. Conklin <jtc@netbsd.org>.
|
|
|
|
.\" Public domain.
|
1994-05-30 04:53:56 +04:00
|
|
|
.\"
|
|
|
|
.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
|
1994-05-30 04:53:56 +04:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Fd #include <nl_types.h>
|
1994-11-18 18:36:11 +03:00
|
|
|
.Ft int
|
1994-05-30 04:53:56 +04:00
|
|
|
.Fn catclose "nl_catd catd"
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Fn catclose
|
|
|
|
function closes the message catalog specified by the argument
|
|
|
|
.Fa catd .
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr catopen 3 ,
|
|
|
|
.Xr catgets 3
|
1994-11-18 18:36:11 +03:00
|
|
|
.Sh STANDARDS
|
|
|
|
The
|
|
|
|
.Fn catclose
|
|
|
|
function conforms to
|
|
|
|
.St -xpg3 .
|
|
|
|
|