summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-28 20:32:39 +0000
committerJim Meyering <jim@meyering.net>1996-12-28 20:32:39 +0000
commit42640f71df6a78a5767fec5ceaccf47d19b41311 (patch)
tree20856fdefd136136d30100a1adfc787070a711ec /src
parent0b83b3090b786145fc3a7d85354c33eb6293e69c (diff)
downloadcoreutils-42640f71df6a78a5767fec5ceaccf47d19b41311.tar.xz
Correct obsolete comment referring to macro that is now ls_mode.
Diffstat (limited to 'src')
-rw-r--r--src/ls.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ls.c b/src/ls.c
index b924592dc..1054dd27f 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -15,17 +15,17 @@
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* If the macro MULTI_COL is defined,
+/* If ls_mode is LS_MULTI_COL,
the multi-column format is the default regardless
of the type of output device.
This is for the `dir' program.
- If the macro LONG_FORMAT is defined,
+ If ls_mode is LS_LONG_FORMAT,
the long format is the default regardless of the
type of output device.
This is for the `vdir' program.
- If neither is defined,
+ If ls_mode is LS_LS,
the output format depends on whether the output
device is a terminal.
This is for the `ls' program. */