diff options
author | 2017-12-01 11:18:40 +0000 | |
---|---|---|
committer | 2017-12-01 11:18:40 +0000 | |
commit | dd39f797388913bbd4298865a899a336ff3de11a (patch) | |
tree | cfe1c1678e5f8500786d517db87eb7de305e3ca9 /lib/libc/stdio/getwc.3 | |
parent | add missing argument name; from <kshe59 at zoho dot eu>; OK jmc@; (diff) | |
download | wireguard-openbsd-dd39f797388913bbd4298865a899a336ff3de11a.tar.xz wireguard-openbsd-dd39f797388913bbd4298865a899a336ff3de11a.zip |
Consistently .Xr the corresponding wide char functions from char- and
string-handling <stdio.h> functions, like we already do it for <string.h>.
Includes a smaller patch from <kshe59 at zoho dot eu>, OK jmc@.
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 906d9ff44ff..442b49ef9fd 100644 --- a/lib/libc/stdio/getwc.3 +++ b/lib/libc/stdio/getwc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getwc.3,v 1.5 2015/09/14 13:45:25 schwarze Exp $ +.\" $OpenBSD: getwc.3,v 1.6 2017/12/01 11:18:40 schwarze Exp $ .\" .\" $NetBSD: getwc.3,v 1.7 2003/09/08 17:54:32 wiz Exp $ .\" @@ -35,7 +35,7 @@ .\" .\" @(#)getc.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: September 14 2015 $ +.Dd $Mdocdate: December 1 2017 $ .Dt GETWC 3 .Os .Sh NAME @@ -98,6 +98,7 @@ until the condition is cleared with .Xr ferror 3 , .Xr fopen 3 , .Xr fread 3 , +.Xr getc 3 , .Xr putwc 3 , .Xr stdio 3 , .Xr ungetwc 3 |