repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
lib
/
libc
/
nls
/
catclose.3
blob
6faad58eba56cc661d0ac85cff7e7e46c71e5102
1
.\" $NetBSD: catclose.3,v 1.11 2003/04/16 13:34:42 wiz Exp $
2
.\"
3
.\" Written by J.T. Conklin <jtc@NetBSD.org>.
4
.\" Public domain.
5
.\"
6
.Dd May 29, 1994
7
.Dt CATCLOSE 3
8
.Os
9
.Sh NAME
10
.Nm catclose
11
.Nd close message catalog
12
.Sh LIBRARY
13
.Lb libc
14
.Sh SYNOPSIS
15
.In nl_types.h
16
.Ft int
17
.Fn catclose "nl_catd catd"
18
.Sh DESCRIPTION
19
The
20
.Fn catclose
21
function closes the message catalog specified by the argument
22
.Fa catd .
23
.Sh SEE ALSO
24
.Xr gencat 1 ,
25
.Xr catgets 3 ,
26
.Xr catopen 3 ,
27
.Xr nls 7
28
.Sh STANDARDS
29
The
30
.Fn catclose
31
function conforms to
32
.St -xpg3 .