diff options
author | keramida <keramida@FreeBSD.org> | 2004-09-21 10:13:34 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2004-09-21 10:13:34 +0000 |
commit | 7c325882191b45460ac87fd43fc822b5d7487198 (patch) | |
tree | 1becb054404775e8fa09d71cfa45d8b3b1923cfe /bin/chflags | |
parent | d905f27bbb4ee6ba77724e2f6ea5f9381519c059 (diff) | |
download | FreeBSD-src-7c325882191b45460ac87fd43fc822b5d7487198.zip FreeBSD-src-7c325882191b45460ac87fd43fc822b5d7487198.tar.gz |
Group equivalent flags together and delete the `aliases' section.
PR: docs/70856
Submitted by: Rostislav Krasny <rosti_bsd@yahoo.com>
Diffstat (limited to 'bin/chflags')
-rw-r--r-- | bin/chflags/chflags.1 | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1 index a76df31..1ecd43f 100644 --- a/bin/chflags/chflags.1 +++ b/bin/chflags/chflags.1 @@ -78,30 +78,25 @@ The flags are specified as an octal number or a comma separated list of keywords. The following keywords are currently defined: .Pp -.Bl -tag -offset indent -width "opaque" -compact -.It Ar arch +.Bl -tag -offset indent -width ".Ar opaque" +.It Ar arch , archived set the archived flag (super-user only) .It Ar opaque set the opaque flag (owner or super-user only) .It Ar nodump set the nodump flag (owner or super-user only) -.It Ar sappnd +.It Ar sappnd , sappend set the system append-only flag (super-user only) -.It Ar schg +.It Ar schg , schange , simmutable set the system immutable flag (super-user only) -.It Ar sunlnk +.It Ar sunlnk , sunlink set the system undeletable flag (super-user only) -.It Ar uappnd +.It Ar uappnd , uappend set the user append-only flag (owner or super-user only) -.It Ar uchg +.It Ar uchg , uchange , uimmutable set the user immutable flag (owner or super-user only) -.It Ar uunlnk +.It Ar uunlnk , uunlink set the user undeletable flag (owner or super-user only) -.It Ar archived , sappend , schange , Xo -.Ar simmutable , uappend , uchange , uimmutable , -.Ar sunlink , uunlink -.Xc -aliases for the above .El .Pp Putting the letters |