Add lchflags() to the list of syscalls that act on symlinks.
This commit is contained in:
parent
77f5558791
commit
dd7d539761
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: symlink.7,v 1.4 2002/03/06 14:43:03 wiz Exp $
|
||||
.\" $NetBSD: symlink.7,v 1.5 2002/07/07 14:56:48 bjh21 Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1992, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -111,9 +111,10 @@ the system call
|
|||
would return a file descriptor to the file
|
||||
.Qq afile .
|
||||
.Pp
|
||||
There are seven system calls that do not follow links, and which operate
|
||||
There are eight system calls that do not follow links, and which operate
|
||||
on the symbolic link itself.
|
||||
They are:
|
||||
.Xr lchflags 2 ,
|
||||
.Xr lchmod 2 ,
|
||||
.Xr lchown 2 ,
|
||||
.Xr lstat 2 ,
|
||||
|
@ -449,6 +450,7 @@ options.
|
|||
.Xr tar 1 ,
|
||||
.Xr chown 2 ,
|
||||
.Xr execve 2 ,
|
||||
.Xr lchflags 2 ,
|
||||
.Xr lchmod 2 ,
|
||||
.Xr lchown 2 ,
|
||||
.Xr lstat 2 ,
|
||||
|
|
Loading…
Reference in New Issue