summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-05-26 12:12:36 +0000
committertjr <tjr@FreeBSD.org>2002-05-26 12:12:36 +0000
commit4cc401e5efcd857c8303b9fe5c51dc23c6c831e7 (patch)
tree3fdc04a521196d0e90492b196b5d80cfd4d80bc4
parent3ff8fb1cb4566ce7d0eff52e69210a04630d8489 (diff)
downloadFreeBSD-src-4cc401e5efcd857c8303b9fe5c51dc23c6c831e7.zip
FreeBSD-src-4cc401e5efcd857c8303b9fe5c51dc23c6c831e7.tar.gz
Add lchmod(2) to the list of syscalls that do not follow symbolic links.
-rw-r--r--bin/ln/symlink.74
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7
index 0d322d1..490720a 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 ,
OpenPOWER on IntegriCloud