bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: d(1) and v(1)


From: Paul Eggert
Subject: Re: d(1) and v(1)
Date: Sat, 15 Oct 2005 22:56:21 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Eric Blake <address@hidden> writes:

> Is it time to remove the mention of v and d from the coreutils info
> pages, leaving it up to distros whether they bundle a dir as d and
> vdir as v?

I think so.  Here's a patch to do that.  I think Jim's about to
cut a new release so I'll hold off on installing it.

2005-10-15  Paul Eggert  <address@hidden>

        * doc/coreutils.texi (Top, General output formatting, dir invocation):
        (vdir invocation): Don't document the old v and d commands.

--- doc/coreutils.texi  15 Oct 2005 14:59:17 -0000      1.288
+++ doc/coreutils.texi  16 Oct 2005 05:53:38 -0000
@@ -175,7 +175,7 @@ @node Top
 * 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 @@ @node dir invocation
 @pindex dir
 @cindex directory listing, brief
 
address@hidden (also installed as @command{d}) is equivalent to @code{ls -C
address@hidden 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 @@ @node vdir invocation
 @pindex vdir
 @cindex directory listing, verbose
 
address@hidden (also installed as @command{v}) is equivalent to @code{ls -l
address@hidden 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.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]