Small clarification of description of 'mode'.

This commit is contained in:
Michael Kerrisk 2007-05-30 15:49:22 +00:00
parent dfaae36266
commit b0742c81c6
1 changed files with 4 additions and 2 deletions

View File

@ -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