diff options
author | jdp <jdp@FreeBSD.org> | 2000-04-03 22:10:58 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2000-04-03 22:10:58 +0000 |
commit | 609dd90b562954bce84d49fca1c640558a091632 (patch) | |
tree | b7c023e5b6d3f67f22cd3e08b5795dbbab3c9c5e /usr.bin/chflags | |
parent | d1a0c5a2fa387d9750229d6941e9bc9c1fa47738 (diff) | |
download | FreeBSD-src-609dd90b562954bce84d49fca1c640558a091632.zip FreeBSD-src-609dd90b562954bce84d49fca1c640558a091632.tar.gz |
Document that the flags can be specified as an octal number.
Diffstat (limited to 'usr.bin/chflags')
-rw-r--r-- | usr.bin/chflags/chflags.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/chflags/chflags.1 b/usr.bin/chflags/chflags.1 index a76f8c2..4f3f708 100644 --- a/usr.bin/chflags/chflags.1 +++ b/usr.bin/chflags/chflags.1 @@ -77,7 +77,8 @@ Change the file flags for the file hierarchies rooted in the files instead of just the files themselves. .El .Pp -Flags are a comma separated list of keywords. +The flags are specified as an octal number or a comma separated list +of keywords. The following keywords are currently defined: .Bd -literal -offset indent compact arch set the archived flag (super-user only) |