diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-04-24 09:36:45 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-04-24 09:36:45 +0000 |
| commit | 84a275c4c82b62f560ff93e5bcd800cc654c5ced (patch) | |
| tree | c60cc498841d417fccb14ab07e07a56b246e7d2f /man2/open.2 | |
| parent | 148468921a39169195dd46979e05e755c1c92f40 (diff) | |
| download | man-pages-84a275c4c82b62f560ff93e5bcd800cc654c5ced.tar.gz | |
ffix
Diffstat (limited to 'man2/open.2')
| -rw-r--r-- | man2/open.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/open.2 b/man2/open.2 index 28233b8b14..433a9b998a 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -211,7 +211,7 @@ The effective permissions are modified by the process's .I umask in the usual way: The permissions of the created file are -.IR "(mode & ~umask)" . +.IR "(mode\ &\ ~umask)" . Note that this mode only applies to future accesses of the newly created file; the .BR open () |
