Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man7 Add lchflags() to the list of syscalls that a...



details:   https://anonhg.NetBSD.org/src/rev/dee4080dd394
branches:  trunk
changeset: 533693:dee4080dd394
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun Jul 07 14:56:48 2002 +0000

description:
Add lchflags() to the list of syscalls that act on symlinks.

diffstat:

 share/man/man7/symlink.7 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 3e1f2a25f699 -r dee4080dd394 share/man/man7/symlink.7
--- a/share/man/man7/symlink.7  Sun Jul 07 14:29:06 2002 +0000
+++ b/share/man/man7/symlink.7  Sun Jul 07 14:56:48 2002 +0000
@@ -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 @@
 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 @@
 .Xr tar 1 ,
 .Xr chown 2 ,
 .Xr execve 2 ,
+.Xr lchflags 2 ,
 .Xr lchmod 2 ,
 .Xr lchown 2 ,
 .Xr lstat 2 ,



Home | Main Index | Thread Index | Old Index