From 5541fa52104d42967213c62c881a2579d1d4d10d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Fran=E7ois?= Date: Sun, 27 Sep 2009 09:26:26 +0200 Subject: [PATCH] fcntl.2: Minor fixes Just a formatting typo. Signed-off-by: Michael Kerrisk --- man2/fcntl.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index dde0e8d88..8e06b2b5e 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -406,7 +406,7 @@ or converted to a mode that is compatible with the access. If the .B O_NONBLOCK flag is enabled, then the system call fails with the error -.B EAGAIN . +.BR EAGAIN . To make use of mandatory locks, mandatory locking must be enabled both on the file system that contains the file to be locked,