From 6457bae568af7e7e18f77f2fe32801c81ec5cf94 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 27 Dec 2007 21:55:49 +0000 Subject: [PATCH] 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(-) 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