diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-07-22 23:41:43 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-07-22 23:41:43 +0000 |
commit | e27208b63507c2100c480d89614ab83cce9e1692 (patch) | |
tree | 51f6ba92067cd5c49695f197d08c8fc0472751c1 /doc | |
parent | e718c61a7ce8d9373efea4814d09a5ee232de701 (diff) | |
download | coreutils-e27208b63507c2100c480d89614ab83cce9e1692.tar.xz |
(What information is listed): Clarify that the restricted deletion
flag is another name for the sticky bit.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index dcfddca18..18141c603 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -5870,10 +5870,13 @@ If the set-user-ID or set-group-ID bit is set but the corresponding executable bit is not set. @item t -If the sticky bit and the other-executable bit are both set. +If the restricted deletion flag or sticky bit, and the +other-executable bit, are both set. The restricted deletion flag is +another name for the sticky bit. @xref{Mode Structure}. @item T -If the sticky bit is set but the other-executable bit is not set. +If the restricted deletion flag or sticky bit is set but the +other-executable bit is not set. @item x If the executable bit is set and none of the above apply. |