aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2002-07-12 01:57:44 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2002-07-12 01:57:44 +0000
commitb11b570d7b53b0f8e95623342a5aa46040993bcc (patch)
treea9e009c2e5693a9ac4093c191554d89019298c5d /bin
parentcc2b61b1dda1b9d5bfaf8f30e9428f97b20dc354 (diff)
downloadsrc-b11b570d7b53b0f8e95623342a5aa46040993bcc.tar.gz
src-b11b570d7b53b0f8e95623342a5aa46040993bcc.zip
Don't duplicate the description of the sticky bit that is already
part of chmod(2) and sticky(8), but refer to those manpages instead. PR: docs/35605 Submitted by: Gary W. Swearingen <swear@blarg.net>
Notes
Notes: svn path=/head/; revision=99847
Diffstat (limited to 'bin')
-rw-r--r--bin/chmod/chmod.111
1 files changed, 4 insertions, 7 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1
index 6b58134cd3da..2b0a85028672 100644
--- a/bin/chmod/chmod.1
+++ b/bin/chmod/chmod.1
@@ -127,13 +127,10 @@ option to
will run with effective gid set to the gid of the file owner.
.It Li 1000
(the sticky bit)
-When set on a directory, unprivileged users can delete and rename
-only those files in the directory that are owned by them, regardless of
-the permissions on the directory. Under
-.Fx ,
-the sticky bit is
-ignored for executable files and may only be set for directories (see
-.Xr sticky 8 ) .
+See
+.Xr chmod 2
+and
+.Xr sticky 8 .
.It Li 0400
Allow read by owner.
.It Li 0200