Under ERRORS: Separate out EAGAIN error for locking mmaped files.

This commit is contained in:
Michael Kerrisk 2006-02-10 20:29:38 +00:00
parent 0febdb5ca1
commit 8548d8e240
1 changed files with 3 additions and 1 deletions

View File

@ -780,7 +780,9 @@ is set appropriately.
.TP
.BR EACCES " or " EAGAIN
Operation is prohibited by locks held by other processes.
Or, operation is prohibited because the file has been memory-mapped by
.TP
.B EAGAIN
The operation is prohibited because the file has been memory-mapped by
another process.
.TP
.B EBADF