diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-07 13:20:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-07 13:20:41 +0000 |
commit | 1c3f5c1fb7ff6d55a2b926bef61184efc834979e (patch) | |
tree | 4dc080c14bd4e816caab21de5089eb528345e498 | |
parent | d7ee3c725b58af281af1b805ea842355eb44deb7 (diff) |
- remove unnecessary -compact in a display
- use .Dl for a one-line display, not .Bd
- simplify SYNOPSIS
-rw-r--r-- | bin/chmod/chflags.1 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/bin/chmod/chflags.1 b/bin/chmod/chflags.1 index 427153e8f8b..3cef89dede6 100644 --- a/bin/chmod/chflags.1 +++ b/bin/chmod/chflags.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chflags.1,v 1.3 2003/06/02 23:32:06 millert Exp $ +.\" $OpenBSD: chflags.1,v 1.4 2003/07/07 13:20:40 jmc Exp $ .\" $NetBSD: chflags.1,v 1.4 1995/08/31 22:50:22 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -43,7 +43,7 @@ .Nm chflags .Oo .Fl R -.Op Fl H | Fl L | Fl P +.Op Fl H | L | P .Oc .Ar flags .Ar file Op Ar ... @@ -82,7 +82,7 @@ option is also specified, no symbolic links are followed. .Pp Flags are a comma separated list of keywords. The following keywords are currently defined: -.Bd -literal -offset indent compact +.Bd -literal -offset indent arch set the archived flag opaque set the opaque flag (owner or superuser only) nodump set the nodump flag (owner or superuser only) @@ -99,9 +99,8 @@ Putting the letters .Dq no before a flag name causes the flag to be turned off. For example: -.Bd -literal -offset indent compact -nouchg the immutable bit should be cleared -.Ed +.Pp +.Dl nouchg the immutable bit should be cleared .Pp The superuser-settable |