summaryrefslogtreecommitdiff
path: root/bin/chmod/chmod.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-10-15 08:40:08 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-10-15 08:40:08 +0000
commit59ab943d5faa6c40e483909b5d64e7bf761c0518 (patch)
treeda20e3c8319c3921257b5757323d93646325e401 /bin/chmod/chmod.1
parente2ebde51029fbbe532d3fbf08c0fcfbedb08bb70 (diff)
- fix SYNOPSIS blip
- put description of -R in the right place - remove unneeded .Pp
Diffstat (limited to 'bin/chmod/chmod.1')
-rw-r--r--bin/chmod/chmod.113
1 files changed, 6 insertions, 7 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1
index fb6b7d60fc5..7fa40d4f1dc 100644
--- a/bin/chmod/chmod.1
+++ b/bin/chmod/chmod.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chmod.1,v 1.27 2004/02/14 18:14:14 jmc Exp $
+.\" $OpenBSD: chmod.1,v 1.28 2005/10/15 08:40:07 jmc Exp $
.\" $NetBSD: chmod.1,v 1.8 1995/03/21 09:02:07 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
@@ -46,7 +46,7 @@
.Op Fl H | L | P
.Oc
.Ar mode
-.Op Ar
+.Ar
.Sh DESCRIPTION
The
.Nm
@@ -58,10 +58,6 @@ The mode of a file dictates its permissions, among other attributes.
.Pp
The options are as follows:
.Bl -tag -width Ds
-.It Fl R
-Recursively descend through any specified directory arguments.
-Change the modes of the file hierarchies rooted in the files
-instead of just the files themselves.
.It Fl H
If the
.Fl R
@@ -75,6 +71,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 modes of the file hierarchies rooted in the files
+instead of just the files themselves.
.El
.Pp
Symbolic links do not have modes, so unless the
@@ -174,7 +174,6 @@ and, of course, the
binary itself.
.Ss Symbolic modes
Symbolic modes are specified according to the following format:
-.Pp
.Bd -filled -offset indent
.Nm chmod
.Sm off