diff options
author | ru <ru@FreeBSD.org> | 2002-12-04 17:49:15 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-04 17:49:15 +0000 |
commit | a4483b8cb5baa8578d7699bb050fbfeb53f2dda4 (patch) | |
tree | 2007e681215f0897d0a06b184a4103cc9a710ef5 /lib/libc/stdio/getwc.3 | |
parent | 500c14e805372365f53d1c7abb874ef9b7841391 (diff) | |
download | FreeBSD-src-a4483b8cb5baa8578d7699bb050fbfeb53f2dda4.zip FreeBSD-src-a4483b8cb5baa8578d7699bb050fbfeb53f2dda4.tar.gz |
mdoc(7) police: markup overhaul.
Approved by: re
Diffstat (limited to 'lib/libc/stdio/getwc.3')
-rw-r--r-- | lib/libc/stdio/getwc.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdio/getwc.3 b/lib/libc/stdio/getwc.3 index 94762f7..aea2e84 100644 --- a/lib/libc/stdio/getwc.3 +++ b/lib/libc/stdio/getwc.3 @@ -44,7 +44,7 @@ .Sh NAME .Nm fgetwc , .Nm getwc , -.Nm getwchar , +.Nm getwchar .Nd get next wide-character from input stream .Sh LIBRARY .Lb libc @@ -77,7 +77,8 @@ The function is equivalent to .Fn getwc -with the argument stdin. +with the argument +.Em stdin . .Sh RETURN VALUES If successful, these routines return the next wide-character from the |