summaryrefslogtreecommitdiffstats
path: root/bin/chflags
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-12-19 16:00:12 +0000
committerru <ru@FreeBSD.org>2000-12-19 16:00:12 +0000
commite6cfc0711d42b788dfda52afaa34dfa1d8d0c836 (patch)
tree3e3e99138c29467e2987054a0115836dd1c5912b /bin/chflags
parent4d68e37482c9f0a699a5289ec9e03c9d8eb0b2ec (diff)
downloadFreeBSD-src-e6cfc0711d42b788dfda52afaa34dfa1d8d0c836.zip
FreeBSD-src-e6cfc0711d42b788dfda52afaa34dfa1d8d0c836.tar.gz
Prepare for mdoc(7)NG.
Diffstat (limited to 'bin/chflags')
-rw-r--r--bin/chflags/chflags.149
1 files changed, 31 insertions, 18 deletions
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1
index 0c4fcf7..21fc219 100644
--- a/bin/chflags/chflags.1
+++ b/bin/chflags/chflags.1
@@ -80,28 +80,41 @@ in the files instead of just the files themselves.
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)
-opaque set the opaque flag (owner or super-user only)
-nodump set the nodump flag (owner or super-user only)
-sappnd set the system append-only flag (super-user only)
-schg set the system immutable flag (super-user only)
-sunlnk set the system undeletable flag (super-user only)
-uappnd set the user append-only flag (owner or super-user only)
-uchg set the user immutable flag (owner or super-user only)
-uunlnk set the user undeletable flag (owner or super-user only)
-archived, sappend, schange, simmutable, uappend, uchange, uimmutable,
-sunlink, uunlink
- aliases for the above
-.Ed
+.Pp
+.Bl -tag -offset indent -width "opaque" -compact
+.It Ar arch
+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
+set the system append-only flag (super-user only)
+.It Ar schg
+set the system immutable flag (super-user only)
+.It Ar sunlnk
+set the system undeletable flag (super-user only)
+.It Ar uappnd
+set the user append-only flag (owner or super-user only)
+.It Ar uchg
+set the user immutable flag (owner or super-user only)
+.It Ar uunlnk
+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
-.Dq no
+.Dq Ar no
before an option causes the flag to be turned off.
For example:
-.Bd -literal -offset indent compact
-nouchg the immutable bit should be cleared
-.Ed
+.Bl -tag -offset indent -width "nouchg"
+.It Ar nouchg
+the immutable bit should be cleared
+.El
.Pp
Symbolic links do not have flags, so unless the
.Fl H
OpenPOWER on IntegriCloud