diff options
author | 2007-05-31 19:19:00 +0000 | |
---|---|---|
committer | 2007-05-31 19:19:00 +0000 | |
commit | 9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa (patch) | |
tree | 2fddcf9d9e52011f770904571a0d31b7260abbb7 /lib/libpthread/man/pthread_rwlock_destroy.3 | |
parent | enable all debugging messages by default if the driver is compiled with (diff) | |
download | wireguard-openbsd-9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa.tar.xz wireguard-openbsd-9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa.zip |
convert to new .Dd format;
Diffstat (limited to 'lib/libpthread/man/pthread_rwlock_destroy.3')
-rw-r--r-- | lib/libpthread/man/pthread_rwlock_destroy.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_rwlock_destroy.3 b/lib/libpthread/man/pthread_rwlock_destroy.3 index 787272f0da9..e6f404b5f05 100644 --- a/lib/libpthread/man/pthread_rwlock_destroy.3 +++ b/lib/libpthread/man/pthread_rwlock_destroy.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlock_destroy.3,v 1.7 2003/06/02 11:19:48 jmc Exp $ +.\" $OpenBSD: pthread_rwlock_destroy.3,v 1.8 2007/05/31 19:19:37 jmc Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -25,7 +25,7 @@ .\" .\" $FreeBSD: pthread_rwlock_destroy.3,v 1.3 1999/08/28 00:03:09 peter Exp $ .\" -.Dd August 4, 1998 +.Dd $Mdocdate: May 31 2007 $ .Dt PTHREAD_RWLOCK_DESTROY 3 .Os .Sh NAME |