diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
| commit | 253e67c8b3a72b3a4757fdbc5845297628db0a4a (patch) | |
| tree | adf53b66087aa30dfbf8bf391a1dadb044c3bf4d /static/netbsd/man3/catclose.3 | |
| parent | a9157ce950dfe2fc30795d43b9d79b9d1bffc48b (diff) | |
docs: Added All NetBSD Manuals
Diffstat (limited to 'static/netbsd/man3/catclose.3')
| -rw-r--r-- | static/netbsd/man3/catclose.3 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/static/netbsd/man3/catclose.3 b/static/netbsd/man3/catclose.3 new file mode 100644 index 00000000..abfada75 --- /dev/null +++ b/static/netbsd/man3/catclose.3 @@ -0,0 +1,32 @@ +.\" $NetBSD: catclose.3,v 1.12 2003/07/26 19:24:49 salo 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 . |
