summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2015-09-22 08:43:13 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2015-09-22 08:43:13 +0000
commit4b868d53d0092d5e1a618b330da0120703a01e4e (patch)
treed77635afa2b7d348b09544e1111b1cea82c31b99 /lib/libpthread
parent595b2b73b0906011a56197e794391d7fea695489 (diff)
fix function name.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/sem_open.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/sem_open.3 b/lib/libpthread/man/sem_open.3
index f66aecbbfd8..569ec13a7f9 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.10 2013/11/20 18:31:23 jmc Exp $
+.\" $OpenBSD: sem_open.3,v 1.11 2015/09/22 08:43:12 sobrado Exp $
.\"
.\" Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 20 2013 $
+.Dd $Mdocdate: September 22 2015 $
.Dt SEM_OPEN 3
.Os
.Sh NAME
@@ -62,7 +62,7 @@ to indicate an error.
It is an error to call
.Fn sem_close
with an unnamed semaphore or to call
-.Fn sem_destory
+.Fn sem_destroy
with a named semaphore.
.Pp
.Fn sem_open