diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2022-09-20 01:12:37 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2022-09-20 01:12:37 -0700 |
| commit | b2f8dfc129216b5ff8ce94538c85cb15f38fce0c (patch) | |
| tree | 9202e684623a48a932e85be48a5ac05981301206 /doc/coreutils.texi | |
| parent | doc: warn about tabs command (bug#57946) (diff) | |
| download | coreutils-b2f8dfc129216b5ff8ce94538c85cb15f38fce0c.tar.gz coreutils-b2f8dfc129216b5ff8ce94538c85cb15f38fce0c.zip | |
doc: fix typo in previous change
Diffstat (limited to 'doc/coreutils.texi')
| -rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index adf957e61..f4be26b44 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -8295,7 +8295,7 @@ TAB following a non-ASCII byte. You can avoid that issue by using the @option{-T0} option or put @code{TABSIZE=0} in your environment, to tell @command{ls} to align using spaces, not tabs. -If set a terminal's hardware tabs to anything other than the default, +If you set a terminal's hardware tabs to anything other than the default, you should also use a @command{--tabsize} option or @env{TABSIZE} environment variable either to match the hardware tabs, or to disable the use of hardware tabs. Otherwise, the output of @command{ls} may |
