32 lines
530 B
Groff
32 lines
530 B
Groff
.\" $NetBSD: catclose.3,v 1.5 1998/02/05 18:48:58 perry Exp $
|
|
.\"
|
|
.\" 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
|
|
.Sh LIBRARY
|
|
.Lb libc
|
|
.Sh SYNOPSIS
|
|
.Fd #include <nl_types.h>
|
|
.Ft int
|
|
.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
|
|
.Sh STANDARDS
|
|
The
|
|
.Fn catclose
|
|
function conforms to
|
|
.St -xpg3 .
|
|
|