aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2000-04-03 22:10:58 +0000
committerJohn Polstra <jdp@FreeBSD.org>2000-04-03 22:10:58 +0000
commitec9247d53ebcac460c1561fae0c161d6c5523459 (patch)
tree8f7f552ee65d7e8317ba36cbae65f77061547417
parentcdb51d12a651450156caf19a79ed364676ea08e6 (diff)
Notes
-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 a76f8c2b6ffe..4f3f708a6899 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 a76f8c2b6ffe..4f3f708a6899 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)