symlink.7: name_to_handle_at(2) and open_by_handle_at(2) optionally follow symlinks

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-17 13:40:00 +01:00
parent 25cb5f9b8b
commit df63d3e84d
1 changed files with 2 additions and 0 deletions

View File

@ -176,8 +176,10 @@ They are:
.BR fchownat (2),
.BR fstatat (2),
.BR linkat (2),
.BR name_to_handle_at (2),
.BR open (2),
.BR openat (2),
.BR open_by_handle_at (2),
and
.BR utimensat (2);
see their manual pages for details.