From 864eb978145fdd7b5e017d70fa61d0ec17b9ddca Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 12 Jun 2014 15:29:19 +0200 Subject: [PATCH] fcntl.2: wfix Signed-off-by: Michael Kerrisk --- man2/fcntl.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 64e4c5b39..45ee7e2c3 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -1396,11 +1396,11 @@ are specified in POSIX.1-2001. and .B F_SETOWN are specified in POSIX.1-2001. -(To get their definitions, define +(To get their definitions, define either .BR _BSD_SOURCE , or .BR _XOPEN_SOURCE -with the value 500 or greater, or define +with the value 500 or greater, or .BR _POSIX_C_SOURCE with the value 200809L or greater.)