symlink.7: f

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-18 12:00:25 +01:00
parent d33b6ed2d8
commit 58be64a41a
1 changed files with 1 additions and 3 deletions

View File

@ -144,9 +144,7 @@ One can then obtain a file descriptor for the symbolic link
(rather than the file to which it refers)
by specifying the
.B O_PATH
and
.BR O_NOFOLLOW
flags in a subsequent call to
flag in a subsequent call to
.BR open_by_handle_at (2).
Again, that file descriptor can be used in the
aforementioned system calls to operate on the symbolic link itself.