summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/chflags/chflags.13
-rw-r--r--usr.bin/chflags/chflags.13
2 files changed, 4 insertions, 2 deletions
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1
index a76f8c2..4f3f708 100644
--- a/bin/chflags/chflags.1
+++ b/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)
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)
OpenPOWER on IntegriCloud