summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2015-09-14 13:45:25 +0000
committerschwarze <schwarze@openbsd.org>2015-09-14 13:45:25 +0000
commit31b5c4b0770b2e3cbd0f9123d4431f396b0d7f86 (patch)
tree0819b4a769c77df1f4dd0be05cf6db2c81bae614 /lib/libpthread
parentOnly two of the *rand48.c files need <math.h>, so just #include it in them (diff)
downloadwireguard-openbsd-31b5c4b0770b2e3cbd0f9123d4431f396b0d7f86.tar.xz
wireguard-openbsd-31b5c4b0770b2e3cbd0f9123d4431f396b0d7f86.zip
in the SYNOPSIS, make void function arguments explicit
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/getc_unlocked.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/getc_unlocked.3 b/lib/libpthread/man/getc_unlocked.3
index 83184a7f9a9..206f5426569 100644
--- a/lib/libpthread/man/getc_unlocked.3
+++ b/lib/libpthread/man/getc_unlocked.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: getc_unlocked.3,v 1.5 2013/06/05 03:44:50 tedu Exp $
+.\" $OpenBSD: getc_unlocked.3,v 1.6 2015/09/14 13:45:25 schwarze Exp $
.\" David Leonard <d@openbsd.org>, 1999. Public domain.
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: September 14 2015 $
.Dt GETC_UNLOCKED 3
.Os
.Sh NAME
@@ -12,7 +12,7 @@
.Ft int
.Fn getc_unlocked "FILE *stream"
.Ft int
-.Fn getchar_unlocked
+.Fn getchar_unlocked void
.Sh DESCRIPTION
The
.Fn getc_unlocked