From 19d9c23c6a287b534c2ad13f56071844e7c591be Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 17 Mar 2014 13:44:02 +0100 Subject: [PATCH] symlink.7: ffix Signed-off-by: Michael Kerrisk --- man7/symlink.7 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man7/symlink.7 b/man7/symlink.7 index 0e45e18c5..ead1ce90d 100644 --- a/man7/symlink.7 +++ b/man7/symlink.7 @@ -169,6 +169,7 @@ They are: .BR rmdir (2), and .BR unlink (2). + Certain other system calls optionally follow symbolic links. They are: .BR faccessat (2), @@ -192,6 +193,7 @@ When .BR rmdir (2) is applied to a symbolic link, it fails with the error .BR ENOTDIR . + The .BR link (2) warrants special discussion.