s/EACCESS/EACCES/

This commit is contained in:
Michael Kerrisk 2006-12-27 01:47:20 +00:00
parent 7b7c33c9d2
commit 1b3fc756cd
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ On error \-1 is returned and
is set appropriately. is set appropriately.
.SH ERRORS .SH ERRORS
.TP .TP
.B EACCESS .B EACCES
Read access to the given file is not permitted. Read access to the given file is not permitted.
.TP .TP
.B EBADF .B EBADF

View File

@ -104,7 +104,7 @@ with
set to indicate the error. set to indicate the error.
.SH ERRORS .SH ERRORS
.TP .TP
.B EACCESS .B EACCES
The semaphore exists, but the caller does not have permission to The semaphore exists, but the caller does not have permission to
open it. open it.
.TP .TP