diff options
author | 2013-11-20 18:31:23 +0000 | |
---|---|---|
committer | 2013-11-20 18:31:23 +0000 | |
commit | 9dea82b58e3994def334638b205eee79f889767e (patch) | |
tree | c7a8d9ec5f699e99ff12683b6d4ceaef3b3410fe /lib/libpthread/man/sem_open.3 | |
parent | oops, typo (diff) | |
download | wireguard-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.3 | 4 |
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 |