From 58be64a41a8869e75fa171f734bdc46ee1477d53 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 18 Mar 2014 12:00:25 +0100 Subject: [PATCH] symlink.7: f Signed-off-by: Michael Kerrisk --- man7/symlink.7 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/man7/symlink.7 b/man7/symlink.7 index 936f2c8a3..d829fa031 100644 --- a/man7/symlink.7 +++ b/man7/symlink.7 @@ -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.