aboutsummaryrefslogtreecommitdiffstats
path: root/man2/open.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-04-24 09:36:45 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-04-24 09:36:45 +0000
commit84a275c4c82b62f560ff93e5bcd800cc654c5ced (patch)
treec60cc498841d417fccb14ab07e07a56b246e7d2f /man2/open.2
parent148468921a39169195dd46979e05e755c1c92f40 (diff)
downloadman-pages-84a275c4c82b62f560ff93e5bcd800cc654c5ced.tar.gz
ffix
Diffstat (limited to 'man2/open.2')
-rw-r--r--man2/open.22
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 ()