diff options
author | 2002-04-30 16:31:42 +0000 | |
---|---|---|
committer | 2002-04-30 16:31:42 +0000 | |
commit | 49bdad570bd1d68338d6afe21882d4af0d059a5c (patch) | |
tree | 4bf69fc12d4b749e6f9b04d90650efc793ea2676 /lib/libpthread/man/sigwait.3 | |
parent | typo: form -> from. From form@ (diff) | |
download | wireguard-openbsd-49bdad570bd1d68338d6afe21882d4af0d059a5c.tar.xz wireguard-openbsd-49bdad570bd1d68338d6afe21882d4af0d059a5c.zip |
Initial cleanup:
o) remove extra space in the end of line;
o) remove extra blank lines in the end of file;
o) remove .Pp before .Ss;
o) CAVEAT -> CAVEATS;
o) fix usage of .Fa;
o) <blank-line> -> .Pp;
o) wrap long lines;
millert@ ok
Diffstat (limited to 'lib/libpthread/man/sigwait.3')
-rw-r--r-- | lib/libpthread/man/sigwait.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libpthread/man/sigwait.3 b/lib/libpthread/man/sigwait.3 index f13d6b9071b..56f7576c4a2 100644 --- a/lib/libpthread/man/sigwait.3 +++ b/lib/libpthread/man/sigwait.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigwait.3,v 1.10 2002/02/21 20:12:19 fgsch Exp $ +.\" $OpenBSD: sigwait.3,v 1.11 2002/04/30 16:31:42 mpech Exp $ .\" .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 20, 1998 @@ -22,7 +22,8 @@ that signal number in the location referenced by If prior to the call to .Fn sigwait there are multiple pending instances of a single signal number, -it is undefined whether upon successful return there are any remaining pending signals for that signal number. +it is undefined whether upon successful return there are any remaining pending +signals for that signal number. If no signal in .Fa set is pending at the time of the call, |