diff options
author | jilles <jilles@FreeBSD.org> | 2010-04-25 13:13:23 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2010-04-25 13:13:23 +0000 |
commit | 92afafdbaea12577c2cf577b4a7e54fb2c7fa263 (patch) | |
tree | 9b48922cf3772d463f06f59536309d46124fb5f9 /bin | |
parent | 258458fc8fce688868f08c175c7b8df1eb002140 (diff) | |
download | FreeBSD-src-92afafdbaea12577c2cf577b4a7e54fb2c7fa263.zip FreeBSD-src-92afafdbaea12577c2cf577b4a7e54fb2c7fa263.tar.gz |
symlink(7): The ownership of symlinks is used by the system,
in at least three ways, so do not say it is ignored:
* who may delete/rename a symlink in a sticky directory
* who may do lchflags(2)/lchown(2)/lchmod(2)
* whose inode quota is charged
MFC after: 1 week
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ln/symlink.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index d2e8cbb..93bb27b 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -29,7 +29,7 @@ .\" @(#)symlink.7 8.3 (Berkeley) 3/31/94 .\" $FreeBSD$ .\" -.Dd March 31, 1994 +.Dd April 25, 2010 .Dt SYMLINK 7 .Os .Sh NAME @@ -138,8 +138,8 @@ an existing symbolic link can be changed by means of the and .Xr lutimes 2 system calls, respectively. -Of these, only the flags are used by the system; -the access permissions and ownership are ignored. +Of these, only the flags and ownership are used by the system; +the access permissions are ignored. .Pp The .Bx 4.4 |