aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2007-12-27 21:55:49 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2007-12-27 21:55:49 +0000
commit6457bae568af7e7e18f77f2fe32801c81ec5cf94 (patch)
tree5b38909e9b4d8f3dabf3b0853c06b8796eb8bdfa
parentdf0b82f15008228282a1abf149ff56b8a6ea3c74 (diff)
downloadsrc-6457bae568af7e7e18f77f2fe32801c81ec5cf94.tar.gz
src-6457bae568af7e7e18f77f2fe32801c81ec5cf94.zip
Fix a typo in regards to the ENOENT error.
PR: docs/118929 Submitted by: mymtom of hotmail MFC after: 3 days
Notes
Notes: svn path=/head/; revision=174945
-rw-r--r--lib/libc/gen/sem_open.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/sem_open.3 b/lib/libc/gen/sem_open.3
index f5ba249f126a..772bdfb70dac 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