From 34d72a66ad822988119174433f2bf1b2b98dd4d8 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Tue, 16 Mar 2004 13:30:11 +0000 Subject: Refer to "wide characters" instead of "wide-characters". --- lib/libc/stdio/getwc.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libc/stdio/getwc.3') diff --git a/lib/libc/stdio/getwc.3 b/lib/libc/stdio/getwc.3 index e30887057edf2..6e4069c59bc31 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, -- cgit v1.2.3