summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2013-11-19 07:59:13 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2013-11-19 07:59:13 +0000
commitefbfae6909b53fe9ddfbeafbd454210f2ac75f01 (patch)
tree596b65d11f2c4e7590bcc4689253945ab22928f1 /lib/libpthread
parent955de0f441f43b5980b407e6576b3ec9e9aa464f (diff)
tweak previous;
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/sem_open.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libpthread/man/sem_open.3 b/lib/libpthread/man/sem_open.3
index 650c3cf1c2a..e977ae70769 100644
--- a/lib/libpthread/man/sem_open.3
+++ b/lib/libpthread/man/sem_open.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sem_open.3,v 1.7 2013/11/19 02:01:28 tedu Exp $
+.\" $OpenBSD: sem_open.3,v 1.8 2013/11/19 07:59:12 jmc Exp $
.\"
.\" Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
.\"
@@ -34,7 +34,8 @@
The
.Fn sem_open
function opens and returns a named semaphore.
-The .Fn sem_close
+The
+.Fn sem_close
function closes a previously opened named semaphore without removing it.
The
.Fn sem_unlink