]> git.saurik.com Git - apple/libc.git/blobdiff - stdio/FreeBSD/putwc.3
Libc-763.13.tar.gz
[apple/libc.git] / stdio / FreeBSD / putwc.3
index b117a04b45b8ebac753e73063ed7e22ca1e79bc3..47b728c0a5348e2a049cbcb300bddcf94ee237a1 100644 (file)
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"    This product includes software developed by the University of
-.\"    California, Berkeley and its contributors.
 .\" 4. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)putc.3     8.1 (Berkeley) 6/4/93
-.\" $FreeBSD: src/lib/libc/stdio/putwc.3,v 1.6 2002/12/04 18:57:45 ru Exp $
+.\" $FreeBSD: src/lib/libc/stdio/putwc.3,v 1.8 2007/01/09 00:28:07 imp Exp $
 .\"
-.Dd October 10, 2002
+.Dd March 3, 2004
 .Dt PUTWC 3
 .Os
 .Sh NAME
 .Nm fputwc ,
 .Nm putwc ,
 .Nm putwchar
-.Nd output a wide-character to a stream
+.Nd output a wide character to a stream
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
@@ -61,7 +57,7 @@
 The
 .Fn fputwc
 function
-writes the wide-character
+writes the wide character
 .Fa wc
 to the output stream pointed to by
 .Fa stream .
@@ -86,7 +82,7 @@ The
 and
 .Fn putwchar
 functions
-return the wide-character written.
+return the wide character written.
 If an error occurs, the value
 .Dv WEOF
 is returned.