Author: jilles
Date: Sun May  2 12:43:18 2010
New Revision: 207504
URL: http://svn.freebsd.org/changeset/base/207504

Log:
  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

Modified:
  stable/8/bin/ln/symlink.7
Directory Properties:
  stable/8/bin/ln/   (props changed)

Modified: stable/8/bin/ln/symlink.7
==============================================================================
--- stable/8/bin/ln/symlink.7   Sun May  2 12:40:54 2010        (r207503)
+++ stable/8/bin/ln/symlink.7   Sun May  2 12:43:18 2010        (r207504)
@@ -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
 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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to