summaryrefslogtreecommitdiffstats
path: root/bin/chflags
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2006-03-10 12:37:19 +0000
committertrhodes <trhodes@FreeBSD.org>2006-03-10 12:37:19 +0000
commiteeffa5006973197c29064a336ba9390715866d2e (patch)
treef78c23d05cc63122041a2b3e0906a329c2e12dc3 /bin/chflags
parentc8d0fc841f1c80de7a09fdc3c82885cba936d51f (diff)
downloadFreeBSD-src-eeffa5006973197c29064a336ba9390715866d2e.zip
FreeBSD-src-eeffa5006973197c29064a336ba9390715866d2e.tar.gz
Use .Cm for all key words, not just the ones I added. More in line with
mdoc(7) according to ru. Requested by: ru
Diffstat (limited to 'bin/chflags')
-rw-r--r--bin/chflags/chflags.124
1 files changed, 12 insertions, 12 deletions
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1
index afac3d6..57d35ac 100644
--- a/bin/chflags/chflags.1
+++ b/bin/chflags/chflags.1
@@ -85,24 +85,24 @@ 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 ".Ar opaque"
-.It Ar arch , archived
+.Bl -tag -offset indent -width ".Cm opaque"
+.It Cm arch , archived
set the archived flag (super-user only)
-.It Ar opaque
+.It Cm opaque
set the opaque flag (owner or super-user only)
-.It Ar nodump
+.It Cm nodump
set the nodump flag (owner or super-user only)
-.It Ar sappnd , sappend
+.It Cm sappnd , sappend
set the system append-only flag (super-user only)
-.It Ar schg , schange , simmutable
+.It Cm schg , schange , simmutable
set the system immutable flag (super-user only)
-.It Ar sunlnk , sunlink
+.It Cm sunlnk , sunlink
set the system undeletable flag (super-user only)
-.It Ar uappnd , uappend
+.It Cm uappnd , uappend
set the user append-only flag (owner or super-user only)
-.It Ar uchg , uchange , uimmutable
+.It Cm uchg , uchange , uimmutable
set the user immutable flag (owner or super-user only)
-.It Ar uunlnk , uunlink
+.It Cm uunlnk , uunlink
set the user undeletable flag (owner or super-user only)
.El
.Pp
@@ -114,9 +114,9 @@ from a keyword causes the flag to be cleared.
For example:
.Pp
.Bl -tag -offset indent -width "nouchg" -compact
-.It Ar nouchg
+.It Cm nouchg
clear the user immutable flag (owner or super-user only)
-.It Ar dump
+.It Cm dump
clear the nodump flag (owner or super-user only)
.El
.Pp
OpenPOWER on IntegriCloud