summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/sem_wait.3
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2013-06-05 03:40:26 +0000
committertedu <tedu@openbsd.org>2013-06-05 03:40:26 +0000
commit86f9d4cdda0e0267dccd8755ac0035525579c4a7 (patch)
treef3437ec7ed6f576366d99a4f7acc4c56f80e05ad /lib/libpthread/man/sem_wait.3
parentUse the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze (diff)
downloadwireguard-openbsd-86f9d4cdda0e0267dccd8755ac0035525579c4a7.tar.xz
wireguard-openbsd-86f9d4cdda0e0267dccd8755ac0035525579c4a7.zip
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libpthread/man/sem_wait.3')
-rw-r--r--lib/libpthread/man/sem_wait.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/sem_wait.3 b/lib/libpthread/man/sem_wait.3
index 019994b006f..31c091eda89 100644
--- a/lib/libpthread/man/sem_wait.3
+++ b/lib/libpthread/man/sem_wait.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sem_wait.3,v 1.8 2012/03/04 07:23:55 jmc Exp $
+.\" $OpenBSD: sem_wait.3,v 1.9 2013/06/05 03:44:50 tedu Exp $
.\"
.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/lib/libc_r/man/sem_wait.3,v 1.8 2001/10/01 16:09:09 ru Exp $
-.Dd $Mdocdate: March 4 2012 $
+.Dd $Mdocdate: June 5 2013 $
.Dt SEM_WAIT 3
.Os
.Sh NAME
@@ -37,7 +37,7 @@
.Nm sem_trywait
.Nd decrement (lock) a semaphore
.Sh SYNOPSIS
-.Fd #include <semaphore.h>
+.In semaphore.h
.Ft int
.Fn sem_wait "sem_t *sem"
.Ft int