aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorEric Biggers <ebiggers3@gmail.com>2016-05-21 18:00:15 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-05-26 16:17:17 -0500
commitc89a9937ca788021996d579da70d89793a453b51 (patch)
tree69c7926cbf0550ab02cb2cd399fde4fc68acafec /man2
parent42f194cf2265e87c3e3650c74c797c8d66c2cc7f (diff)
downloadman-pages-c89a9937ca788021996d579da70d89793a453b51.tar.gz
open.2: Refer to correct functions in description of O_TMPFILE
Signed-off-by: Eric Biggers <ebiggers3@gmail.com>
Diffstat (limited to 'man2')
-rw-r--r--man2/open.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/open.2 b/man2/open.2
index 012d0c4aee..64037761f3 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -726,8 +726,8 @@ functionality: race-free creation of temporary files that
.IP *
Creating a file that is initially invisible, which is then populated
with data and adjusted to have appropriate filesystem attributes
-.RB ( chown (2),
-.BR chmod (2),
+.RB ( fchown (2),
+.BR fchmod (2),
.BR fsetxattr (2),
etc.)
before being atomically linked into the filesystem