summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/sem_open.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2013-11-20 18:31:23 +0000
committerjmc <jmc@openbsd.org>2013-11-20 18:31:23 +0000
commit9dea82b58e3994def334638b205eee79f889767e (patch)
treec7a8d9ec5f699e99ff12683b6d4ceaef3b3410fe /lib/libpthread/man/sem_open.3
parentoops, typo (diff)
downloadwireguard-openbsd-9dea82b58e3994def334638b205eee79f889767e.tar.xz
wireguard-openbsd-9dea82b58e3994def334638b205eee79f889767e.zip
spelling fix;
Diffstat (limited to 'lib/libpthread/man/sem_open.3')
-rw-r--r--lib/libpthread/man/sem_open.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/sem_open.3 b/lib/libpthread/man/sem_open.3
index 6992a227ad1..f66aecbbfd8 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.9 2013/11/20 03:19:39 tedu Exp $
+.\" $OpenBSD: sem_open.3,v 1.10 2013/11/20 18:31:23 jmc Exp $
.\"
.\" Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
.\"
@@ -69,7 +69,7 @@ with a named semaphore.
may fail if:
.Bl -tag -width Er
.It Bq Er ENOSPC
-Inusfficient memory is available.
+Insufficient memory is available.
.It Bq Er EPERM
An attempt was made to open a shared semaphore owned by another user.
.El