From: Paul Eggert Date: Fri, 10 Jun 2005 19:30:51 +0000 (+0000) Subject: ls no longer outputs an extra space between mode and link count. X-Git-Tag: CPPI-1_12~648 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a53809b3df1a1f7e8d81197ccdf0d821aceeb836;p=platform%2Fupstream%2Fcoreutils.git ls no longer outputs an extra space between mode and link count. --- diff --git a/NEWS b/NEWS index 32b4754..43a3bcf 100644 --- a/NEWS +++ b/NEWS @@ -146,6 +146,9 @@ GNU coreutils NEWS -*- outline -*- join now supports a NUL field separator, e.g., "join -t '\0'". join now detects and reports incompatible options, e.g., "join -t x -t y", + ls no longer outputs an extra space between the mode and the link count + when none of the listed files has an ACL. + If stdin is a terminal, nohup now closes it and then reopens it with an unreadable file descriptor. (This step is skipped if POSIXLY_CORRECT is set.) This prevents the command from tying up an OpenSSH session after you logout.