From b0742c81c6fc3dcc49ded90452b8b460df3e6810 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 30 May 2007 15:49:22 +0000 Subject: [PATCH] Small clarification of description of 'mode'. --- man2/access.2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man2/access.2 b/man2/access.2 index b21f03aae..bb095c5a5 100644 --- a/man2/access.2 +++ b/man2/access.2 @@ -59,8 +59,10 @@ is a symbolic link permissions of the file referred to by this symbolic link are tested. .I mode -is a mask consisting of one or more of -.BR R_OK ", " W_OK ", " X_OK " and " F_OK . +is either the value +.BR F_OK +or a mask consisting of the bitwise OR of one or more of +.BR R_OK ", " W_OK " and " X_OK . .BR R_OK ", " W_OK " and " X_OK request checking whether the file exists and has read, write and