diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-11-24 05:35:34 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-11-24 05:35:34 +0000 |
commit | 8c532d989a11fb8b71e5c5489f456bab4bfd0031 (patch) | |
tree | 598aad2111e651aa9a6181b714a47cd28bb7bc85 /lib/libpthread/man/pthread_mutex_trylock.3 | |
parent | cb95cb73538fa9d3a5a694e153d932369e0fd6ea (diff) |
Add FreeBSD tags
Diffstat (limited to 'lib/libpthread/man/pthread_mutex_trylock.3')
-rw-r--r-- | lib/libpthread/man/pthread_mutex_trylock.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/man/pthread_mutex_trylock.3 b/lib/libpthread/man/pthread_mutex_trylock.3 index ac3abe03d2a..6475d5f7c61 100644 --- a/lib/libpthread/man/pthread_mutex_trylock.3 +++ b/lib/libpthread/man/pthread_mutex_trylock.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_mutex_trylock.3,v 1.6 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_mutex_trylock.3,v 1.5 1999/08/28 00:03:08 peter Exp $ +.\" .Dd July 30, 1998 .Dt PTHREAD_MUTEX_TRYLOCK 3 .Os |