diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-04-21 13:52:16 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-04-21 14:37:09 +0200 |
| commit | a57c98a00089c16f045360fc782a97adc46c9080 (patch) | |
| tree | 88136cbb1d433a357d17c924105ff8dc6a66b044 /man2/open.2 | |
| parent | 5d817eb475ecaabc65102440d6ebcc342d1a39aa (diff) | |
| download | man-pages-a57c98a00089c16f045360fc782a97adc46c9080.tar.gz | |
mkdir.2, mknod.2, open.2, umask.2: Tweaks to Andreas's patch
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/open.2')
| -rw-r--r-- | man2/open.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/open.2 b/man2/open.2 index 1d22b58c26..55bc8ad628 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -275,7 +275,7 @@ is ignored. The effective permissions are modified by the process's .I umask -in the usual way: In the absence of a default acl, the permissions of the +in the usual way: in the absence of a default ACL, the permissions of the created file are .IR "(mode\ &\ ~umask)" . Note that this mode applies only to future accesses of the @@ -1528,6 +1528,7 @@ functionality. .BR unlink (2), .BR write (2), .BR fopen (3), +.BR acl (5) .BR fifo (7), .BR path_resolution (7), .BR symlink (7) |
