]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(stat invocation): Remove references to now-removed %S and %C.
authorJim Meyering <jim@meyering.net>
Fri, 13 Sep 2002 09:19:20 +0000 (09:19 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 13 Sep 2002 09:19:20 +0000 (09:19 +0000)
doc/coreutils.texi

index 142769cc0053966a94088afa11a6ea60969266f3..ee4c32286926a67aea872f1bd9e99b0e656aa87f 100644 (file)
@@ -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