summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-19 12:10:04 +0100
committerJim Meyering <jim@meyering.net>2007-01-19 12:10:04 +0100
commitfd77348fefb4d834e6945ee11190ce7b4a9224a1 (patch)
tree616e76dc2c9754733440ab847eafeabf6fff5448 /doc
parent03b1e07ae02d06d27a18836fa29ac2149bf08601 (diff)
downloadcoreutils-fd77348fefb4d834e6945ee11190ce7b4a9224a1.tar.xz
* coreutils.texi (ls: General output formatting): Mention the
workarounds to accommodate the Apple Terminal bug.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/coreutils.texi7
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 5f590af3f..a9c6d295e 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-19 Jim Meyering <jim@meyering.net>
+
+ * coreutils.texi (ls: General output formatting): Mention the
+ workarounds to accommodate the Apple Terminal bug.
+
2007-01-04 Jim Meyering <jim@meyering.net>
* coreutils.texi (base64 invocation): When decoding, newlines
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 6fc670479..89e97d8bc 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -6419,6 +6419,13 @@ Assume that each tab stop is @var{cols} columns wide. The default is 8.
@command{ls} uses tabs where possible in the output, for efficiency. If
@var{cols} is zero, do not use tabs at all.
+@c FIXME: remove in 2009, if Apple Terminal has been fixed for long enough.
+Some terminal emulators (at least Apple Terminal 1.5 (133) from Mac OS X 10.4.8)
+do not properly align columns to the right of a TAB following a
+non-@acronym{ASCII} byte. If you use such a terminal emulator, use the
+@option{-T0} option or put @code{TABSIZE=0} in your environment to tell
+@command{ls} to align using spaces, not tabs.
+
@item -w
@itemx --width=@var{cols}
@opindex -w