summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_mutex_lock.3
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-06-05 03:44:51 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-06-05 03:44:51 +0000
commit2c13d61d2c131b43a8a07820e3660aed49a6c153 (patch)
tree59be910b26625e0e5a1dca60e457e2e018dbe7d3 /lib/libpthread/man/pthread_mutex_lock.3
parenta14cf3f2d37ea5df9b795c5bec71e78504e57faf (diff)
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libpthread/man/pthread_mutex_lock.3')
-rw-r--r--lib/libpthread/man/pthread_mutex_lock.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_mutex_lock.3 b/lib/libpthread/man/pthread_mutex_lock.3
index 22c9a909025..7f304526a8c 100644
--- a/lib/libpthread/man/pthread_mutex_lock.3
+++ b/lib/libpthread/man/pthread_mutex_lock.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_mutex_lock.3,v 1.10 2012/02/24 04:58:22 guenther Exp $
+.\" $OpenBSD: pthread_mutex_lock.3,v 1.11 2013/06/05 03:44:50 tedu Exp $
.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD: pthread_mutex_lock.3,v 1.5 1999/08/28 00:03:07 peter Exp $
.\"
-.Dd $Mdocdate: February 24 2012 $
+.Dd $Mdocdate: June 5 2013 $
.Dt PTHREAD_MUTEX_LOCK 3
.Os
.Sh NAME
@@ -38,7 +38,7 @@
.Nm pthread_mutex_trylock
.Nd lock a mutex
.Sh SYNOPSIS
-.Fd #include <pthread.h>
+.In pthread.h
.Ft int
.Fn pthread_mutex_lock "pthread_mutex_t *mutex"
.Ft int