diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sem_open.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/sem_open.3 b/lib/libc/gen/sem_open.3 index f5ba249..772bdfb 100644 --- a/lib/libc/gen/sem_open.3 +++ b/lib/libc/gen/sem_open.3 @@ -168,7 +168,7 @@ argument is too long. The system limit on semaphores has been reached. .It Bq Er ENOENT .Dv O_CREAT -is set but the named semaphore does not exist. +is not set but the named semaphore does not exist. .It Bq Er ENOSPC There is not enough space to create the semaphore. .El |