Source-Changes-HG archive

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

[src/trunk]: src/bin/ln add lutimes(2) to list of syscalls not following syml...



details:   https://anonhg.NetBSD.org/src/rev/415decfd8e13
branches:  trunk
changeset: 476744:415decfd8e13
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Sep 26 20:45:41 1999 +0000

description:
add lutimes(2) to list of syscalls not following symlinks

Noted by Christos Zoulas <christos%NetBSD.org@localhost>

diffstat:

 bin/ln/symlink.7 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 2eff3b92d7af -r 415decfd8e13 bin/ln/symlink.7
--- a/bin/ln/symlink.7  Sun Sep 26 20:27:59 1999 +0000
+++ b/bin/ln/symlink.7  Sun Sep 26 20:45:41 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: symlink.7,v 1.9 1999/03/22 18:30:45 garbled Exp $
+.\"    $NetBSD: symlink.7,v 1.10 1999/09/26 20:45:41 jdolecek Exp $
 .\"
 .\" Copyright (c) 1992, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -111,12 +111,13 @@
 would return a file descriptor to the file
 .Qq 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 lutimes 2 ,
 .Xr readlink 2 ,
 .Xr rename 2 ,
 and
@@ -451,6 +452,7 @@
 .Xr lchmod 2 ,
 .Xr lchown 2 ,
 .Xr lstat 2 ,
+.Xr lutimes 2 ,
 .Xr mount 2 ,
 .Xr readlink 2 ,
 .Xr rename 2 ,



Home | Main Index | Thread Index | Old Index