diff options
Diffstat (limited to 'lib/libc_r/man/pthread_rwlock_destroy.3')
-rw-r--r-- | lib/libc_r/man/pthread_rwlock_destroy.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_rwlock_destroy.3 b/lib/libc_r/man/pthread_rwlock_destroy.3 index 3ad133ff3aa..103d2efe5ff 100644 --- a/lib/libc_r/man/pthread_rwlock_destroy.3 +++ b/lib/libc_r/man/pthread_rwlock_destroy.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlock_destroy.3,v 1.5 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,8 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlock_destroy.3,v 1.4 1999/07/09 13:35:25 aaron Exp $ -.\" $OpenBSD: pthread_rwlock_destroy.3,v 1.4 1999/07/09 13:35:25 aaron Exp $ +.\" $FreeBSD: pthread_rwlock_destroy.3,v 1.3 1999/08/28 00:03:09 peter Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCK_DESTROY 3 @@ -78,4 +78,6 @@ is invalid. The .Fn pthread_rwlock_destroy function first appeared in +.Fx 3.0 +and .Ox 2.5 . |