summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-26 14:06:57 +0000
committerJim Meyering <jim@meyering.net>2006-07-26 14:06:57 +0000
commitd2c6ae7fbc6c26e45fe33882c673897602afc0d2 (patch)
tree230eb291643bcf85a84df446d54d8d48ce15b9b9 /doc/coreutils.texi
parent2465b478fd0952f68aaede95f6b2a0e1d0149f74 (diff)
downloadcoreutils-d2c6ae7fbc6c26e45fe33882c673897602afc0d2.tar.xz
* src/ls.c (print_color_indicator): Test for S_IFREG first, rather
than having the code test for all of the other types first. Hoist the set-uid/gid-testing code "up" into this new block. Classify any other type of file (e.g., S_TYPEISSHM, etc.) as C_ORPHAN, not as C_FILE. * doc/coreutils.texi (What information is listed): Mention that missing pieces of information are marked with "?". From Paul Eggert.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index dacac7df9..64accb03c 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -5795,7 +5795,8 @@ uniquely identifies each file within a particular file system.)
In addition to the name of each file, print the file type, file mode bits,
number of hard links, owner name, group name, size, and
timestamp (@pxref{Formatting file timestamps}), normally
-the modification time.
+the modification time. Print question marks for information that
+cannot be determined.
Normally the size is printed as a byte count without punctuation, but
this can be overridden (@pxref{Block size}). For example, @option{-h}