]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 24 Jan 2003 14:49:47 +0000 (14:49 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 24 Jan 2003 14:49:47 +0000 (14:49 +0000)
doc/coreutils.texi

index f1eaf207ae7a3b85f7c9418ab1d258d8bdc9162f..7e7271e208215057ff3bc391a501b9779d385cd2 100644 (file)
@@ -119,8 +119,8 @@ END-INFO-DIR-ENTRY
 @end ifinfo
 
 @copying
-This manual documents version @value{VERSION} of the @sc{gnu} command
-line utilities.
+This manual documents version @value{VERSION} of the @sc{gnu} core
+utilities, including the standard programs for text and file manipulation.
 
 Copyright @copyright{} 1994, 1995, 1996, 2000, 2001, 2002
 Free Software Foundation, Inc.
@@ -11934,6 +11934,12 @@ Finally, note that the width of even the date/time field may change,
 depending on the current locale.  To avoid that, use an option
 like @option{--time-style='+%Y-%m-%d %H:%M:%S'}.
 
+And there's still another problem: if a file has more
+than 999 hard links to it, then that will change the alignment.
+The morale is that it is hard to use fixed byte offsets into
+a line of @command{ls} output.  Use a different tool, like
+find, but with @option{-printf} and carefully chosen format strings.
+
 @node The sort command
 @unnumberedsec The @command{sort} Command