diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
commit | 0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch) | |
tree | a7242dc673f15a56501071f686f150e05e519b5e /lib/libpthread/man/sigwait.3 | |
parent | a745f84c11e201e22ac76b1776820903cabfd67a (diff) |
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
Diffstat (limited to 'lib/libpthread/man/sigwait.3')
-rw-r--r-- | lib/libpthread/man/sigwait.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/man/sigwait.3 b/lib/libpthread/man/sigwait.3 index bf646699b71..5a8a0a1183c 100644 --- a/lib/libpthread/man/sigwait.3 +++ b/lib/libpthread/man/sigwait.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigwait.3,v 1.5 1999/03/22 04:20:05 d Exp $ +.\" $OpenBSD: sigwait.3,v 1.6 1999/05/16 19:55:47 alex Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 20, 1998 .Os @@ -63,12 +63,12 @@ The argument contains an invalid or unsupported signal number .El .Sh SEE ALSO -.Xr pause 3 , .Xr sigaction 2 , .Xr sigpending 2 , .Xr sigsuspend 2 , -.Xr pthreads 3 , -.Xr pthread_sigmask 3 +.Xr pause 3 , +.Xr pthread_sigmask 3 , +.Xr pthreads 3 .Sh STANDARDS .Fn sigwait conforms to ISO/IEC 9945-1 ANSI/IEEE |