summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/getwc.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/getwc.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/getwc.3')
-rw-r--r--lib/libc/stdio/getwc.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/getwc.3 b/lib/libc/stdio/getwc.3
index e308870..6e4069c 100644
--- a/lib/libc/stdio/getwc.3
+++ b/lib/libc/stdio/getwc.3
@@ -38,14 +38,14 @@
.\" @(#)getc.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd October 10, 2002
+.Dd March 3, 2004
.Dt GETWC 3
.Os
.Sh NAME
.Nm fgetwc ,
.Nm getwc ,
.Nm getwchar
-.Nd get next wide-character from input stream
+.Nd get next wide character from input stream
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
@@ -61,7 +61,7 @@
The
.Fn fgetwc
function
-obtains the next input wide-character (if present) from the stream pointed at by
+obtains the next input wide character (if present) from the stream pointed at by
.Fa stream ,
or the next character pushed back on the stream via
.Xr ungetwc 3 .
@@ -80,7 +80,7 @@ is equivalent to
with the argument
.Dv stdin .
.Sh RETURN VALUES
-If successful, these routines return the next wide-character
+If successful, these routines return the next wide character
from the
.Fa stream .
If the stream is at end-of-file or a read error occurs,
OpenPOWER on IntegriCloud