]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(What information is listed): Clarify that the restricted deletion
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Jul 2006 23:41:43 +0000 (23:41 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Jul 2006 23:41:43 +0000 (23:41 +0000)
flag is another name for the sticky bit.

doc/coreutils.texi

index dcfddca189773a799915c659271003807844a401..18141c6030057d48fda71870941825b9d95c8dc3 100644 (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.