From: Jim Meyering Date: Fri, 13 Sep 2002 09:19:20 +0000 (+0000) Subject: (stat invocation): Remove references to now-removed %S and %C. X-Git-Tag: v4.5.2~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbe1e3529af7823915a75f2311f764cb070cce2d;p=thirdparty%2Fcoreutils.git (stat invocation): Remove references to now-removed %S and %C. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 142769cc00..ee4c322869 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -8092,8 +8092,6 @@ Interpreted sequences for file stat are: @item %Y - Time of last modification as seconds since Epoch @item %z - Time of last change @item %Z - Time of last change as seconds since Epoch -@item %S - Security ID in SE-Linux -@item %C - Security context in SE-Linux @end itemize Interpreted sequences for filesystem stat are: @@ -8108,8 +8106,6 @@ Interpreted sequences for filesystem stat are: @item %a - Free blocks available to non-superuser @item %s - Optimal transfer block size @item %c - Total file nodes in file system -@item %S - Security ID in SE-Linux -@item %C - Security context in SE-Linux @end itemize @end table