diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-02-21 20:12:20 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-02-21 20:12:20 +0000 |
commit | 3ebcbfa07331d5d37f3482652103c08841ac7311 (patch) | |
tree | 9a4a9d615bdde8b552be59359f6441502a664dcf /lib/libc_r/man/sigwait.3 | |
parent | dcc9cb6a78c0b3f1e7a17bb04ae1ad2eac64ec76 (diff) |
Use .St for standards. Random cleanups as well.
Diffstat (limited to 'lib/libc_r/man/sigwait.3')
-rw-r--r-- | lib/libc_r/man/sigwait.3 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libc_r/man/sigwait.3 b/lib/libc_r/man/sigwait.3 index ace9af3f1c4..f13d6b9071b 100644 --- a/lib/libc_r/man/sigwait.3 +++ b/lib/libc_r/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 . |