From 3db380a9373018a2f6ce2b56581bfe907fdda9ab Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 27 Dec 2007 21:55:49 +0000 Subject: Fix a typo in regards to the ENOENT error. PR: docs/118929 Submitted by: mymtom of hotmail MFC after: 3 days --- lib/libc/gen/sem_open.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') 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 -- cgit v1.1