diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-01-18 00:01:07 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-01-18 00:01:07 +0000 |
commit | 42f17766756680cac1f3c360238ac50b53ca49b1 (patch) | |
tree | b3d266bdb383da4fae2ee3d26edc8177b30f7174 /lib/libpthread/man/sigwait.3 | |
parent | 7b9d8c26923e22e249d8fccca1b678c46ca2b4de (diff) |
add section numbers to Xr
Diffstat (limited to 'lib/libpthread/man/sigwait.3')
-rw-r--r-- | lib/libpthread/man/sigwait.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libpthread/man/sigwait.3 b/lib/libpthread/man/sigwait.3 index 159ea408120..3d171cc32d5 100644 --- a/lib/libpthread/man/sigwait.3 +++ b/lib/libpthread/man/sigwait.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigwait.3,v 1.1 1998/08/27 09:00:48 d Exp $ +.\" $OpenBSD: sigwait.3,v 1.2 1999/01/18 00:01:06 d Exp $ .Dd August 20, 1998 .Os Ox .Dt SIGWAIT 3 @@ -62,12 +62,12 @@ The argument contains an invalid or unsupported signal number .El .Sh SEE ALSO -.Xr pause -.Xr sigaction -.Xr sigpending -.Xr sigsuspend -.Xr pthreads -.Xr pthread_sigmask +.Xr pause 2 , +.Xr sigaction 2 , +.Xr sigpending 2 , +.Xr sigsuspend 2 , +.Xr pthreads 3 , +.Xr pthread_sigmask 3 .Sh STANDARDS .Fn sigwait conforms to ISO/IEC 9945-1 ANSI/IEEE |