diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:44:51 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:44:51 +0000 |
commit | 2c13d61d2c131b43a8a07820e3660aed49a6c153 (patch) | |
tree | 59be910b26625e0e5a1dca60e457e2e018dbe7d3 /lib/libpthread/man/pthread_rwlock_rdlock.3 | |
parent | a14cf3f2d37ea5df9b795c5bec71e78504e57faf (diff) |
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libpthread/man/pthread_rwlock_rdlock.3')
-rw-r--r-- | lib/libpthread/man/pthread_rwlock_rdlock.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_rwlock_rdlock.3 b/lib/libpthread/man/pthread_rwlock_rdlock.3 index 8a3a45f48ab..72d6fb01a62 100644 --- a/lib/libpthread/man/pthread_rwlock_rdlock.3 +++ b/lib/libpthread/man/pthread_rwlock_rdlock.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_rwlock_rdlock.3,v 1.10 2010/05/03 20:43:24 jmc Exp $ +.\" $OpenBSD: pthread_rwlock_rdlock.3,v 1.11 2013/06/05 03:44:50 tedu Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -25,7 +25,7 @@ .\" .\" $FreeBSD: pthread_rwlock_rdlock.3,v 1.2 1999/08/28 00:03:09 peter Exp $ .\" -.Dd $Mdocdate: May 3 2010 $ +.Dd $Mdocdate: June 5 2013 $ .Dt PTHREAD_RWLOCK_RDLOCK 3 .Os .Sh NAME @@ -34,7 +34,7 @@ .Nm pthread_rwlock_tryrdlock .Nd acquire a read/write lock for reading .Sh SYNOPSIS -.Fd #include <pthread.h> +.In pthread.h .Ft int .Fn pthread_rwlock_rdlock "pthread_rwlock_t *lock" .Ft int |