From 60948d6886775f03b003cd641ac165c929e71f15 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 9 May 2008 21:09:04 +0000 Subject: [PATCH] Add .\" comment --- man2/access.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/access.2 b/man2/access.2 index 02843e631..2a2b9c7fe 100644 --- a/man2/access.2 +++ b/man2/access.2 @@ -62,6 +62,7 @@ The specifies the accessibility check(s) to be performed, and is either the value .BR F_OK , +.\" F_OK is defined as 0 on every system that I know of. or a mask consisting of the bitwise OR of one or more of .BR R_OK ", " W_OK ", and " X_OK . .B F_OK