freebsd-src/bin/ln
Jilles Tjoelker 44f78be924 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
2010-04-25 13:13:23 +00:00
..
ln.1 Allow creating hard links to symlinks using ln(1). 2009-07-19 17:35:23 +00:00
ln.c ln: Allow a trailing slash when creating a link to a directory. 2010-04-21 21:57:03 +00:00
Makefile Default to WARNS=2. Binary builds that cannot handle this must explicitly 2001-12-04 01:57:47 +00:00
symlink.7 symlink(7): The ownership of symlinks is used by the system, 2010-04-25 13:13:23 +00:00