]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: mention ls -l user/group justification
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Jun 2019 07:31:43 +0000 (00:31 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Jun 2019 07:32:25 +0000 (00:32 -0700)
* doc/coreutils.texi (What information is listed):
Document justification of user and group columns in ls -l output
(Bug#36220).

doc/coreutils.texi

index 0b71bedb46eb42632078b01f8f022c95e8bd526a..3c2eb97507e98d214c83e9ea857d9308bb098e2f 100644 (file)
@@ -7662,7 +7662,10 @@ 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 timestamp (the mtime, @pxref{File timestamps}).
-Print question marks for information that
+If the owner or group name cannot be determined, print
+the owner or group ID instead, right-justified as a cue
+that it is a number rather than a textual name.
+Print question marks for other information that
 cannot be determined.
 
 Normally the size is printed as a byte count without punctuation, but
@@ -7772,7 +7775,8 @@ is marked with a @samp{+} character.
 @cindex numeric uid and gid
 @cindex numeric user and group IDs
 Produce long format directory listings, but
-display numeric user and group IDs instead of the owner and group names.
+display right-justified numeric user and group IDs
+instead of left-justified owner and group names.
 
 @item -o
 @opindex -o