diff options
author | 2005-10-15 08:32:06 +0000 | |
---|---|---|
committer | 2005-10-15 08:32:06 +0000 | |
commit | f17833abb9fb1d1d71f0db7c144d9157aaac7eb7 (patch) | |
tree | c4b5635260072180f22a1022186a1593a0783728 | |
parent | no need to escape a double dot sequence (..); (diff) | |
download | wireguard-openbsd-f17833abb9fb1d1d71f0db7c144d9157aaac7eb7.tar.xz wireguard-openbsd-f17833abb9fb1d1d71f0db7c144d9157aaac7eb7.zip |
- put description of -R in the correct place
- ellipsis implies optional args; no need for .Op
-rw-r--r-- | bin/chmod/chflags.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/chmod/chflags.1 b/bin/chmod/chflags.1 index 5d2b42f0c25..bd4d2feea00 100644 --- a/bin/chmod/chflags.1 +++ b/bin/chmod/chflags.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chflags.1,v 1.5 2004/09/28 22:11:40 jmc Exp $ +.\" $OpenBSD: chflags.1,v 1.6 2005/10/15 08:32:06 jmc Exp $ .\" $NetBSD: chflags.1,v 1.4 1995/08/31 22:50:22 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -46,7 +46,7 @@ .Op Fl H | L | P .Oc .Ar flags -.Ar file Op Ar ... +.Ar file ... .Sh DESCRIPTION The .Nm @@ -61,10 +61,6 @@ mode/permissions. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl R -Recursively descend through any specified directory arguments. -Change the flags of the file hierarchies rooted -in the files instead of just the files themselves. .It Fl H If the .Fl R @@ -78,6 +74,10 @@ option is also specified, all symbolic links are followed. If the .Fl R option is also specified, no symbolic links are followed. +.It Fl R +Recursively descend through any specified directory arguments. +Change the flags of the file hierarchies rooted +in the files instead of just the files themselves. .El .Pp Flags are a comma separated list of keywords. |