aboutsummaryrefslogtreecommitdiff
path: root/bin/chflags/chflags.1
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2006-03-10 12:37:19 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2006-03-10 12:37:19 +0000
commit64f9e6ad7251999b0ed52c6e57e0d2f9e127dd62 (patch)
treef78c23d05cc63122041a2b3e0906a329c2e12dc3 /bin/chflags/chflags.1
parentd95f23aab8275333e498c45d54d307db46295a46 (diff)
downloadsrc-64f9e6ad7251999b0ed52c6e57e0d2f9e127dd62.tar.gz
src-64f9e6ad7251999b0ed52c6e57e0d2f9e127dd62.zip
Use .Cm for all key words, not just the ones I added. More in line with
mdoc(7) according to ru. Requested by: ru
Notes
Notes: svn path=/head/; revision=156536
Diffstat (limited to 'bin/chflags/chflags.1')
-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 afac3d6f7090..57d35aca4dd2 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