From f59d6e47628b70e7d7e135de86e916231df70ef8 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Sun, 26 May 2002 12:12:36 +0000 Subject: [PATCH] Add lchmod(2) to the list of syscalls that do not follow symbolic links. --- bin/ln/symlink.7 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index 0d322d179a93..490720a466a8 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -106,9 +106,10 @@ the system call would return a file descriptor to the file .Dq afile . .Pp -There are six system calls that do not follow links, and which operate +There are seven system calls that do not follow links, and which operate on the symbolic link itself. They are: +.Xr lchmod 2 , .Xr lchown 2 , .Xr lstat 2 , .Xr readlink 2 , @@ -441,6 +442,7 @@ whether specified on the command line or encountered in the tree walk. .Xr pax 1 , .Xr rm 1 , .Xr tar 1 , +.Xr lchmod 2 , .Xr lchown 2 , .Xr lstat 2 , .Xr readlink 2 ,