summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2007-12-27 21:55:49 +0000
committerjhb <jhb@FreeBSD.org>2007-12-27 21:55:49 +0000
commit3db380a9373018a2f6ce2b56581bfe907fdda9ab (patch)
tree5b38909e9b4d8f3dabf3b0853c06b8796eb8bdfa
parent60c8c67e863493001d80ba3072f29bc710e10c29 (diff)
downloadFreeBSD-src-3db380a9373018a2f6ce2b56581bfe907fdda9ab.zip
FreeBSD-src-3db380a9373018a2f6ce2b56581bfe907fdda9ab.tar.gz
Fix a typo in regards to the ENOENT error.
PR: docs/118929 Submitted by: mymtom of hotmail MFC after: 3 days
-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 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
OpenPOWER on IntegriCloud