From: Paul Eggert Date: Sat, 22 Jul 2006 23:41:43 +0000 (+0000) Subject: (What information is listed): Clarify that the restricted deletion X-Git-Tag: v6.0~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e27208b63507c2100c480d89614ab83cce9e1692;p=thirdparty%2Fcoreutils.git (What information is listed): Clarify that the restricted deletion flag is another name for the sticky bit. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index dcfddca189..18141c6030 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.