diff options
author | 1999-09-23 04:11:58 +0000 | |
---|---|---|
committer | 1999-09-23 04:11:58 +0000 | |
commit | f7de5c7b0a5a0ddfb38383f95278cab176fdbf79 (patch) | |
tree | 847e4b4ad3959adc34f99826310713f8f99a8bec /lib/libpthread | |
parent | Description of -R option should be first. (diff) | |
download | wireguard-openbsd-f7de5c7b0a5a0ddfb38383f95278cab176fdbf79.tar.xz wireguard-openbsd-f7de5c7b0a5a0ddfb38383f95278cab176fdbf79.zip |
Typo fixes.
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/man/sigwait.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/sigwait.3 b/lib/libpthread/man/sigwait.3 index 85eb97b86aa..724189b4855 100644 --- a/lib/libpthread/man/sigwait.3 +++ b/lib/libpthread/man/sigwait.3 @@ -1,11 +1,11 @@ -.\" $OpenBSD: sigwait.3,v 1.7 1999/07/07 10:50:05 aaron Exp $ +.\" $OpenBSD: sigwait.3,v 1.8 1999/09/23 04:12:00 alex Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 20, 1998 .Dt SIGWAIT 3 .Os .Sh NAME .Nm sigwait -.Nd synchonously accept a signal +.Nd synchronously accept a signal .Sh SYNOPSIS .Fd #include <signal.h> .Ft int @@ -49,7 +49,7 @@ if more than a single thread is waiting is unspecified. .Sh RETURN VALUES Upon successful completion, .Fn sigwait -stores the signal number of the recived signal at the location referenced by +stores the signal number of the received signal at the location referenced by .Fa sig and returns zero. .Sh ERRORS |