From eeffa5006973197c29064a336ba9390715866d2e Mon Sep 17 00:00:00 2001 From: trhodes Date: Fri, 10 Mar 2006 12:37:19 +0000 Subject: Use .Cm for all key words, not just the ones I added. More in line with mdoc(7) according to ru. Requested by: ru --- bin/chflags/chflags.1 | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'bin') 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 -- cgit v1.1