]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(Exit status): Remove `uniq' from the list. It uses standard exit codes.
authorJim Meyering <jim@meyering.net>
Sat, 10 May 2003 06:27:04 +0000 (06:27 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 10 May 2003 06:27:04 +0000 (06:27 +0000)
doc/coreutils.texi

index dff75cabce5c5ae6f36dea14b15ea7689df0444f..ad843d8f74448ee8fc4bb3a216d00dec6be74ae4 100644 (file)
@@ -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