1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

(What information is listed): Clarify that the restricted deletion

flag is another name for the sticky bit.
This commit is contained in:
Paul Eggert
2006-07-22 23:41:43 +00:00
parent e718c61a7c
commit e27208b635

View File

@@ -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.