]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(Top, General output formatting, dir invocation):
authorJim Meyering <jim@meyering.net>
Sun, 16 Oct 2005 07:27:04 +0000 (07:27 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 16 Oct 2005 07:27:04 +0000 (07:27 +0000)
(vdir invocation): Don't document the old v and d commands.

doc/coreutils.texi

index b35a1569e6c03af6e442b388a79368606bb23701..5d3768db4980ee9e7b80e13613ea301874e193ea 100644 (file)
@@ -175,7 +175,7 @@ Free Documentation License''.
 * Operating on sorted files::          sort uniq comm ptx tsort
 * Operating on fields within a line::  cut paste join
 * Operating on characters::            tr expand unexpand
-* Directory listing::                  ls dir vdir d v dircolors
+* Directory listing::                  ls dir vdir dircolors
 * Basic operations::                   cp dd install mv rm shred
 * Special file types::                 ln mkdir rmdir mkfifo mknod
 * Changing file attributes::           chgrp chmod chown touch
@@ -5813,7 +5813,7 @@ output is not a terminal.
 @opindex vertical @r{sorted files in columns}
 List files in columns, sorted vertically.  This is the default for
 @command{ls} if standard output is a terminal.  It is always the default
-for the @command{dir} and @command{d} programs.
+for the @command{dir} program.
 @sc{gnu} @command{ls} uses variable width columns to display as many files as
 possible in the fewest lines.
 
@@ -6168,7 +6168,7 @@ This is the default unless the output is a terminal and the program is
 @pindex dir
 @cindex directory listing, brief
 
-@command{dir} (also installed as @command{d}) is equivalent to @code{ls -C
+@command{dir} is equivalent to @code{ls -C
 -b}; that is, by default files are listed in columns, sorted vertically,
 and special characters are represented by backslash escape sequences.
 
@@ -6181,7 +6181,7 @@ and special characters are represented by backslash escape sequences.
 @pindex vdir
 @cindex directory listing, verbose
 
-@command{vdir} (also installed as @command{v}) is equivalent to @code{ls -l
+@command{vdir} is equivalent to @code{ls -l
 -b}; that is, by default files are listed in long format and special
 characters are represented by backslash escape sequences.