Add lchmod(2) to the list of syscalls that do not follow symbolic links.

This commit is contained in:
tjr 2002-05-26 12:12:36 +00:00
parent 3ff8fb1cb4
commit 4cc401e5ef

View File

@ -106,9 +106,10 @@ the system call
would return a file descriptor to the file would return a file descriptor to the file
.Dq afile . .Dq afile .
.Pp .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. on the symbolic link itself.
They are: They are:
.Xr lchmod 2 ,
.Xr lchown 2 , .Xr lchown 2 ,
.Xr lstat 2 , .Xr lstat 2 ,
.Xr readlink 2 , .Xr readlink 2 ,
@ -441,6 +442,7 @@ whether specified on the command line or encountered in the tree walk.
.Xr pax 1 , .Xr pax 1 ,
.Xr rm 1 , .Xr rm 1 ,
.Xr tar 1 , .Xr tar 1 ,
.Xr lchmod 2 ,
.Xr lchown 2 , .Xr lchown 2 ,
.Xr lstat 2 , .Xr lstat 2 ,
.Xr readlink 2 , .Xr readlink 2 ,