diff options
author | jilles <jilles@FreeBSD.org> | 2010-05-02 12:43:18 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2010-05-02 12:43:18 +0000 |
commit | 45a3a1cde7d49a1cf87a358771b4686e3819b055 (patch) | |
tree | a68e254039a4539398ab9210aad10b706b20614d /bin | |
parent | a4ca641c46e66fa4b73302230cea01c94a3f675b (diff) | |
download | FreeBSD-src-45a3a1cde7d49a1cf87a358771b4686e3819b055.zip FreeBSD-src-45a3a1cde7d49a1cf87a358771b4686e3819b055.tar.gz |
MFC r207188: 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
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 |