 b6cbf7203b
			
		
	
	
		b6cbf7203b
		
	
	
	
	
		
			
			This patch imports the unmodified current version of NetBSD libc. The NetBSD includes are in /nbsd_include, while the libc code itself is split between lib/nbsd_libc and common/lib/libc.
		
			
				
	
	
		
			33 lines
		
	
	
		
			544 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			544 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
| .\"	$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 .
 |