diff options
author | 2003-07-07 13:20:40 +0000 | |
---|---|---|
committer | 2003-07-07 13:20:40 +0000 | |
commit | f60d49a7b1fff2d440ad1adf155199808553174a (patch) | |
tree | 920bbee0b1343c71837cf8f885d6d7add65702e4 | |
parent | fix location of readline includes; (diff) | |
download | wireguard-openbsd-f60d49a7b1fff2d440ad1adf155199808553174a.tar.xz wireguard-openbsd-f60d49a7b1fff2d440ad1adf155199808553174a.zip |
- 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 |