diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-15 13:09:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-15 13:09:00 +0000 |
commit | 0ba481441fbac0365214217d80977f32f6df452a (patch) | |
tree | 633361e39b49bf1d407326472143b8a414ac558a /doc | |
parent | 23b5ef6146215d23e42ff7d97210d04a6847e7e0 (diff) | |
download | coreutils-0ba481441fbac0365214217d80977f32f6df452a.tar.xz |
(General output formatting): Reflect option name change:
s/--dereference-command-line/--dereference-command-line-symlink-to-dir/.
Say that this option changes how ls treats only symlinks to directories
specified on the command line.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 6df495c28..f1b19b837 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -4891,16 +4891,17 @@ List just the names of directories, as with other types of files, rather than listing their contents. @c The following sentence is the same as the one for -F. Do not follow symbolic links listed on the -command line unless the @option{--dereference-command-line} (@option{-H}) +command line unless the @option{--dereference-command-line-symlink-to-dir} (@option{-H}) or @option{--dereference} (@option{-L}) options are specified. @item -H -@itemx --dereference-command-line +@itemx --dereference-command-line-symlink-to-dir @opindex -H -@opindex --dereference-command-line +@opindex --dereference-command-line-symlink-to-dir @cindex symbolic links, dereferencing -If a command line argument specifies a symbolic link, show information -for the file the link references rather than for the link itself. +If a command line argument specifies a symbolic link that refers to +a directory, show information for that directory rather than for the +link itself. @item -I PATTERN @itemx --ignore=PATTERN @@ -5385,7 +5386,7 @@ indicators are @samp{/} for directories, @samp{@@} for symbolic links, @samp{|} for FIFOs, @samp{=} for sockets, and nothing for regular files. @c The following sentence is the same as the one for -d. Do not follow symbolic links listed on the -command line unless the @option{--dereference-command-line} (@option{-H}) +command line unless the @option{--dereference-command-line-symlink-to-dir} (@option{-H}) or @option{--dereference} (@option{-L}) options are specified. @item --indicator-style=@var{word} |