Remove mention of non-standard S_IREAD, S_IWRITE, S_IEXEC.

This commit is contained in:
Michael Kerrisk 2006-05-12 23:35:45 +00:00
parent 2983ceac2f
commit cc513f7faf
1 changed files with 3 additions and 3 deletions

View File

@ -288,13 +288,13 @@ The following symbolic constants are provided for
.B S_IRWXU
00700 user (file owner) has read, write and execute permission
.TP
.B S_IRUSR (S_IREAD)
.B S_IRUSR
00400 user has read permission
.TP
.B S_IWUSR (S_IWRITE)
.B S_IWUSR
00200 user has write permission
.TP
.B S_IXUSR (S_IEXEC)
.B S_IXUSR
00100 user has execute permission
.TP
.B S_IRWXG