diff options
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/man/pthread_stackseg_np.3 | 4 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_yield.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/man/pthread_stackseg_np.3 b/lib/libpthread/man/pthread_stackseg_np.3 index 427c97f91b3..37d92c3e68b 100644 --- a/lib/libpthread/man/pthread_stackseg_np.3 +++ b/lib/libpthread/man/pthread_stackseg_np.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_stackseg_np.3,v 1.2 2004/01/16 05:34:18 jmc Exp $ +.\" $OpenBSD: pthread_stackseg_np.3,v 1.3 2004/01/25 14:48:32 jmc Exp $ .\" .\" PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> .\" @@ -47,4 +47,4 @@ become available. .Sh STANDARDS .Fn pthread_stackseg_np is a non-portable extension to -.St -p1003.1-01 . +.St -p1003.1-2001 . diff --git a/lib/libpthread/man/pthread_yield.3 b/lib/libpthread/man/pthread_yield.3 index ab5cbf8ff3f..762514518a8 100644 --- a/lib/libpthread/man/pthread_yield.3 +++ b/lib/libpthread/man/pthread_yield.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_yield.3,v 1.2 2004/01/16 05:33:16 jmc Exp $ +.\" $OpenBSD: pthread_yield.3,v 1.3 2004/01/25 14:48:32 jmc Exp $ .\" .\" PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> .\" @@ -24,4 +24,4 @@ If no other thread is ready to run, control returns to the current thread. .Sh STANDARDS .Fn pthread_yield is a non-portable (but quite common) extension to -.St -p1003.1-01 . +.St -p1003.1-2001 . |