summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/putwc.3
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-03-16 13:30:11 +0000
committertjr <tjr@FreeBSD.org>2004-03-16 13:30:11 +0000
commitfeae82b01ad79b3ceb00ea631d6c80b46da90bd0 (patch)
tree9495841798f206c30c5a26bc29f74df9982d1544 /lib/libc/stdio/putwc.3
parent76ef71db9d8aba48c87de585eb405cd30ba845a3 (diff)
downloadFreeBSD-src-feae82b01ad79b3ceb00ea631d6c80b46da90bd0.zip
FreeBSD-src-feae82b01ad79b3ceb00ea631d6c80b46da90bd0.tar.gz
Refer to "wide characters" instead of "wide-characters".
Diffstat (limited to 'lib/libc/stdio/putwc.3')
-rw-r--r--lib/libc/stdio/putwc.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/putwc.3 b/lib/libc/stdio/putwc.3
index b1c15c2..4e46834 100644
--- a/lib/libc/stdio/putwc.3
+++ b/lib/libc/stdio/putwc.3
@@ -38,14 +38,14 @@
.\" @(#)putc.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.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 +61,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 +86,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.
OpenPOWER on IntegriCloud