]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Correct obsolete comment referring to macro that is now ls_mode.
authorJim Meyering <jim@meyering.net>
Sat, 28 Dec 1996 20:32:39 +0000 (20:32 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 28 Dec 1996 20:32:39 +0000 (20:32 +0000)
src/ls.c

index b924592dc26047aca9f29ec2178887b370230df3..1054dd27f7eb5231ea63769d2a29c02e0363bf6f 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
    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. */