diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-14 11:20:58 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-14 11:20:58 +0000 |
commit | b5c508fba33452c36601090d080ddc688efad870 (patch) | |
tree | bf2ca7f3cb02a4ce4135d71c0382cffebecce4cb /bin/chmod | |
parent | bd4bd019fbc1618b7547bdae3000cc03228becf1 (diff) | |
download | src-b5c508fba33452c36601090d080ddc688efad870.tar.gz src-b5c508fba33452c36601090d080ddc688efad870.zip |
Use Fx macro wherever possible.
Notes
Notes:
svn path=/head/; revision=68716
Diffstat (limited to 'bin/chmod')
-rw-r--r-- | bin/chmod/chmod.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index de70ab612367..58d5f4467851 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -138,7 +138,9 @@ will run with effective gid set to the gid of the file owner. (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 FreeBSD, the sticky bit is +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 ). .It Li 0400 |