diff options
author | 1999-02-27 21:54:48 +0000 | |
---|---|---|
committer | 1999-02-27 21:54:48 +0000 | |
commit | 960f8fbd44b728dd399b6f0cecfac7f0443ae77a (patch) | |
tree | 7c7161599c52771fdf4d5c9d491663056a570428 /lib/libpthread/man/sigwait.3 | |
parent | do not divide by zero; helbig@Informatik.BA-Stuttgart.DE (diff) | |
download | wireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.tar.xz wireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.zip |
make function names the correct case
Diffstat (limited to 'lib/libpthread/man/sigwait.3')
-rw-r--r-- | lib/libpthread/man/sigwait.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/sigwait.3 b/lib/libpthread/man/sigwait.3 index 3d171cc32d5..ef254d70ff5 100644 --- a/lib/libpthread/man/sigwait.3 +++ b/lib/libpthread/man/sigwait.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigwait.3,v 1.2 1999/01/18 00:01:06 d Exp $ +.\" $OpenBSD: sigwait.3,v 1.3 1999/02/27 21:57:14 deraadt Exp $ .Dd August 20, 1998 .Os Ox .Dt SIGWAIT 3 @@ -53,7 +53,7 @@ stores the signal number of the recived signal at the location referenced by and returns zero. .Sh ERRORS On error, -.Fn Sigwait +.Fn sigwait returns one of these error values: .Bl -tag -width Er .It Bq Er EINVAL |