diff options
| author | Eric Biggers <ebiggers3@gmail.com> | 2016-05-21 18:00:15 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-05-26 16:17:17 -0500 |
| commit | c89a9937ca788021996d579da70d89793a453b51 (patch) | |
| tree | 69c7926cbf0550ab02cb2cd399fde4fc68acafec /man2 | |
| parent | 42f194cf2265e87c3e3650c74c797c8d66c2cc7f (diff) | |
| download | man-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.2 | 4 |
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 |
