From 8548d8e240b4b7225e7e7724722b99f33afa97b1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 10 Feb 2006 20:29:38 +0000 Subject: [PATCH] Under ERRORS: Separate out EAGAIN error for locking mmaped files. --- man2/fcntl.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index e323bf0e0..519dfc667 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -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