diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-10 06:27:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-10 06:27:04 +0000 |
commit | 4a389e1d0b77e0afe1c42f1bf98e56e3e98d6d17 (patch) | |
tree | 83b9c811eeaa74c543d3fdfc093fe64cba3f0544 /doc | |
parent | 0b65f598c89828aff78f11011e7d9d0412dd854c (diff) | |
download | coreutils-4a389e1d0b77e0afe1c42f1bf98e56e3e98d6d17.tar.xz |
(Exit status): Remove `uniq' from the list. It uses standard exit codes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index dff75cabc..ad843d8f7 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -564,8 +564,7 @@ other exit status values and a few associate different meanings with the values @samp{0} and @samp{1}. Here are some of the exceptions: @command{expr}, @command{false}, @command{nohup}, @command{printenv}, -@command{sort}, @command{test}, @command{true}, @command{tty}, -@command{uniq}. +@command{sort}, @command{test}, @command{true}, @command{tty}. @node Backup options @@ -4987,6 +4986,8 @@ except @samp{..}, and the third ignores names that start with @samp{#}. @cindex symbolic links, dereferencing When showing file information for a symbolic link, show information for the file the link references rather than the link itself. +However, even with this option, @command{ls} still prints the name +of the link itself, not the name of the file that the link points to. @item -R @itemx --recursive |