]> git.ipfire.org Git - thirdparty/man-pages.git/commit - man2/open.2
open.2: Add other system calls and functions that are like openat()
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 17 Mar 2014 12:05:39 +0000 (13:05 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 18 Mar 2014 11:39:49 +0000 (12:39 +0100)
commit80d250b4692e9beaf017edc6b854d83a5a758fcc
tree6af5a04f41425529c71ea174d511dabe9c2e9428
parent6c7a73808dc90787560489f582b44c3a64a056e3
open.2: Add other system calls and functions that are like openat()

fanotify_mark(2), name_to_handle_at(2), and scandirat(3) have a
directory file descriptor argument for the same reason as openat().
Also: reword the rationale for the *at() functions somewhat.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/open.2