diff options
author | 2002-02-21 20:12:19 +0000 | |
---|---|---|
committer | 2002-02-21 20:12:19 +0000 | |
commit | 82d2d131d987fdc7b20a58ee15108d738f5e997e (patch) | |
tree | 57ab927edb0b8e7af550de9005aacab17ea0aa61 /lib/libpthread/man/sigwait.3 | |
parent | Set the source port correctly, shifflett@nps.navy.mil (diff) | |
download | wireguard-openbsd-82d2d131d987fdc7b20a58ee15108d738f5e997e.tar.xz wireguard-openbsd-82d2d131d987fdc7b20a58ee15108d738f5e997e.zip |
Use .St for standards. Random cleanups as well.
Diffstat (limited to 'lib/libpthread/man/sigwait.3')
-rw-r--r-- | lib/libpthread/man/sigwait.3 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libpthread/man/sigwait.3 b/lib/libpthread/man/sigwait.3 index ace9af3f1c4..f13d6b9071b 100644 --- a/lib/libpthread/man/sigwait.3 +++ b/lib/libpthread/man/sigwait.3 @@ -1,4 +1,5 @@ -.\" $OpenBSD: sigwait.3,v 1.9 2000/03/07 19:58:22 alex Exp $ +.\" $OpenBSD: sigwait.3,v 1.10 2002/02/21 20:12:19 fgsch Exp $ +.\" .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 20, 1998 .Dt SIGWAIT 3 @@ -71,7 +72,5 @@ argument contains an invalid or unsupported signal number .Xr pthreads 3 .Sh STANDARDS .Fn sigwait -conforms to ISO/IEC 9945-1 ANSI/IEEE -.Pq Dq Tn POSIX -Std 1003.1c/D10. -.\" Std 1003.1 Second Edition 1996-07-12. +conforms to +.St -p1003.1-96 . |