[BACK]Return to catclose.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / nls

File: [cvs.NetBSD.org] / src / lib / libc / nls / catclose.3 (download)

Revision 1.11, Wed Apr 16 13:34:42 2003 UTC (20 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -2 lines

Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.

.\"	$NetBSD: catclose.3,v 1.11 2003/04/16 13:34:42 wiz 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
.In 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 gencat 1 ,
.Xr catgets 3 ,
.Xr catopen 3 ,
.Xr nls 7
.Sh STANDARDS
The
.Fn catclose
function conforms to
.St -xpg3 .