open.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-05-06 17:57:32 +02:00
parent 6ca52c17a9
commit 97d5b76276
1 changed files with 3 additions and 3 deletions

View File

@ -287,7 +287,7 @@ The following symbolic constants are provided for
.IR mode :
.TP 9
.B S_IRWXU
00700 user (file owner) has read, write and execute permission
00700 user (file owner) has read, write, and execute permission
.TP
.B S_IRUSR
00400 user has read permission
@ -299,7 +299,7 @@ The following symbolic constants are provided for
00100 user has execute permission
.TP
.B S_IRWXG
00070 group has read, write and execute permission
00070 group has read, write, and execute permission
.TP
.B S_IRGRP
00040 group has read permission
@ -311,7 +311,7 @@ The following symbolic constants are provided for
00010 group has execute permission
.TP
.B S_IRWXO
00007 others have read, write and execute permission
00007 others have read, write, and execute permission
.TP
.B S_IROTH
00004 others have read permission