diff options
author | 2015-09-14 13:45:25 +0000 | |
---|---|---|
committer | 2015-09-14 13:45:25 +0000 | |
commit | 31b5c4b0770b2e3cbd0f9123d4431f396b0d7f86 (patch) | |
tree | 0819b4a769c77df1f4dd0be05cf6db2c81bae614 /lib/libc/stdio | |
parent | Only two of the *rand48.c files need <math.h>, so just #include it in them (diff) | |
download | wireguard-openbsd-31b5c4b0770b2e3cbd0f9123d4431f396b0d7f86.tar.xz wireguard-openbsd-31b5c4b0770b2e3cbd0f9123d4431f396b0d7f86.zip |
in the SYNOPSIS, make void function arguments explicit
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/getwc.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/getwc.3 b/lib/libc/stdio/getwc.3 index b0b076dbe49..906d9ff44ff 100644 --- a/lib/libc/stdio/getwc.3 +++ b/lib/libc/stdio/getwc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getwc.3,v 1.4 2010/09/10 18:38:19 jmc Exp $ +.\" $OpenBSD: getwc.3,v 1.5 2015/09/14 13:45:25 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 10 2010 $ +.Dd $Mdocdate: September 14 2015 $ .Dt GETWC 3 .Os .Sh NAME @@ -51,7 +51,7 @@ .Ft wint_t .Fn getwc "FILE *stream" .Ft wint_t -.Fn getwchar +.Fn getwchar void .Sh DESCRIPTION The .Fn fgetwc |