From 4a389e1d0b77e0afe1c42f1bf98e56e3e98d6d17 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 10 May 2003 06:27:04 +0000 Subject: (Exit status): Remove `uniq' from the list. It uses standard exit codes. --- doc/coreutils.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/coreutils.texi') 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 -- cgit v1.2.3-54-g00ecf