diff options
author | Jim Meyering <jim@meyering.net> | 2002-06-21 13:20:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-06-21 13:20:39 +0000 |
commit | 15606fc8a9d70aebb4f725dbd923bbcba6b4b4f6 (patch) | |
tree | 40436dfbb7456667c01d1008c5afa6bf1cc7ba09 /doc | |
parent | fc3520c6fc19d7b4be7de8648811a9dec6e1ff4b (diff) | |
download | coreutils-15606fc8a9d70aebb4f725dbd923bbcba6b4b4f6.tar.xz |
tiny tweaks
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index dc001f927..6a91bc1b1 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -7980,8 +7980,8 @@ stat [@var{option}]@dots{} [@var{file}]@dots{} With no option, @command{stat} reports all information about the given files. But it also can be used to report the information of the filesystems the -given files are located on. If the files are links, stat can also give -information about the files the links point to. +given files are located on. If the files are links, @command{stat} can +also give information about the files the links point to. @table @samp @@ -7999,7 +7999,7 @@ instead of information about the files themselves. @opindex -l @opindex --link @cindex link -With this option stat works normally for all type of files except for +With this option, @command{stat} works normally for all type of files except for symbolic links. For symbolic links information about the files that are obtained by tracing the links is displayed. @@ -8055,7 +8055,7 @@ Interpreted sequences for file stat are: @item %C - Security context in SE-Linux @end itemize - Interpreted sequences for filesystem stat are: +Interpreted sequences for filesystem stat are: @itemize @bullet @item %n - File name @item %i - File System id in hex |