summaryrefslogtreecommitdiffstats
path: root/bin/chmod
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-08-09 10:34:57 +0000
committerru <ru@FreeBSD.org>2002-08-09 10:34:57 +0000
commit90b670c5b3001e51780377fd3ccb9ba58f9d7571 (patch)
tree7d787d0f03f3f6f42e25d9936507d43fe57aae0c /bin/chmod
parent95cd15c43dc4cd1b1ecc54391e5ae427d7a8eeaf (diff)
downloadFreeBSD-src-90b670c5b3001e51780377fd3ccb9ba58f9d7571.zip
FreeBSD-src-90b670c5b3001e51780377fd3ccb9ba58f9d7571.tar.gz
mdoc(7) police: kill hard sentence breaks and one double space.
Diffstat (limited to 'bin/chmod')
-rw-r--r--bin/chmod/chmod.114
1 files changed, 9 insertions, 5 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1
index b24a82d..d5ead27 100644
--- a/bin/chmod/chmod.1
+++ b/bin/chmod/chmod.1
@@ -86,7 +86,8 @@ rather than the file that the link points to.
.It Fl v
Cause
.Nm
-to be verbose, showing filenames as the mode is modified. If the
+to be verbose, showing filenames as the mode is modified.
+If the
.Fl v
flag is specified more than once, the old and new modes of the file
will also be printed, in both octal and symbolic notation.
@@ -126,7 +127,7 @@ and the
option to
.Xr mount 8 .
.It Li 2000
-(the set-group-ID-on-execution bit) Executable files with this bit set
+(the set-group-ID-on-execution bit) Executable files with this bit set
will run with effective gid set to the gid of the file owner.
.It Li 1000
(the sticky bit)
@@ -139,21 +140,24 @@ Allow read by owner.
.It Li 0200
Allow write by owner.
.It Li 0100
-For files, allow execution by owner. For directories, allow the owner to
+For files, allow execution by owner.
+For directories, allow the owner to
search in the directory.
.It Li 0040
Allow read by group members.
.It Li 0020
Allow write by group members.
.It Li 0010
-For files, allow execution by group members. For directories, allow
+For files, allow execution by group members.
+For directories, allow
group members to search in the directory.
.It Li 0004
Allow read by others.
.It Li 0002
Allow write by others.
.It Li 0001
-For files, allow execution by others. For directories allow others to
+For files, allow execution by others.
+For directories allow others to
search in the directory.
.El
.Pp
OpenPOWER on IntegriCloud