diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-15 08:32:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-15 08:32:07 +0000 |
commit | 3459c8fca756069a6b7973835fbde9bc47e80467 (patch) | |
tree | 2b8065c972f28499d5c28bec111d79e69de54077 /bin/chmod | |
parent | a96227e028649a4b6ded7efcbf154d9793bc5529 (diff) |
- put description of -R in the correct place
- ellipsis implies optional args; no need for .Op
Diffstat (limited to 'bin/chmod')
-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. |