freebsd-dev/bin/chflags
Ruslan Ermilov 8e46d9c279 Follow symbolic links named as command line arguments if run without -R.
This is required by symlink(7), ``Commands not traversing a file tree''
subsection, third paragraph:

: It is important to realize that this rule includes commands which may
: optionally traverse file trees, e.g. the command ``chown file'' is
: included in this rule, while the command ``chown -R file'' is not.

For chown(8) and chgrp(1), this is also is compliance with the latest
POSIX 1003.1-200x draft.

MFC after:	1 week
2001-05-28 12:58:10 +00:00
..
chflags.1 Make it clear that -P is the default. 2001-05-25 07:32:58 +00:00
chflags.c Follow symbolic links named as command line arguments if run without -R. 2001-05-28 12:58:10 +00:00
Makefile Silence WARNS=2 and BDECFLAGS on alpha and i386 2001-05-20 06:21:12 +00:00