Fix a copy/paste from chmod(1). We're changing file flags, not modes.
authorPeter Avalos <pavalos@dragonflybsd.org>
Tue, 11 Nov 2008 06:28:19 +0000 (06:28 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Tue, 11 Nov 2008 06:28:19 +0000 (06:28 +0000)
commit9319b97a931273317f987d0f37f29432ad4a4711
tree3abe4375eec8cb5940cd90ef5a3f87aa1196a47a
parentbb55718401f0732ce0a3749f82d6cb6cbbc4a2c6
Fix a copy/paste from chmod(1).  We're changing file flags, not modes.

While I'm here, bring in some markup fixes from FreeBSD.
-List some available octects.
-Mention securelevel could affect the ability to change flags.
-Add info on utilities that may or may not be aware of file flags.
-Group equivalent flags together and delete the `aliases' section.

Obtained-from: FreeBSD
usr.bin/chflags/chflags.1