Fix a typo in regards to the ENOENT error.

PR:		docs/118929
Submitted by:	mymtom of hotmail
MFC after:	3 days
This commit is contained in:
John Baldwin 2007-12-27 21:55:49 +00:00
parent df0b82f150
commit 6457bae568

View File

@ -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