diff options
author | Jim Meyering <jim@meyering.net> | 2001-10-20 14:41:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-10-20 14:41:23 +0000 |
commit | 8afe15dd9b577233eef49b12af1d5a39c60fcc6e (patch) | |
tree | b10d84238a10cca0de09535eb4b9f0d2fac17463 /man/chmod.x | |
parent | 5cfcfdc5c7ba41116323c64aa3283181ea45116b (diff) | |
download | coreutils-8afe15dd9b577233eef49b12af1d5a39c60fcc6e.tar.xz |
tweak
Diffstat (limited to 'man/chmod.x')
-rw-r--r-- | man/chmod.x | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/chmod.x b/man/chmod.x index a2a88ac98..6b857b9fb 100644 --- a/man/chmod.x +++ b/man/chmod.x @@ -62,8 +62,8 @@ kernels may use the sticky bit on files for system-defined purposes. On some systems, only the superuser can set the sticky bit on files. .SH STICKY DIRECTORIES When the sticky bit is set on a directory, files in that directory may -only be unlinked or renamed by root or their owner. (Without the +be unlinked or renamed only by root or their owner. Without the sticky bit, anyone able to write to the directory can delete or rename -files.) The sticky bit is commonly found on directories, such as /tmp, -which are world-writable. +files. The sticky bit is commonly found on directories, such as /tmp, +that are world-writable. .SH OPTIONS |