diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-06-10 19:30:51 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-06-10 19:30:51 +0000 |
commit | a53809b3df1a1f7e8d81197ccdf0d821aceeb836 (patch) | |
tree | 3c308fc79933cb2549f03a2885e6255bc8ef0bd5 | |
parent | 939f88af2657dc06e4a9b0218f221d0d9f5d184b (diff) | |
download | coreutils-a53809b3df1a1f7e8d81197ccdf0d821aceeb836.tar.xz |
ls no longer outputs an extra space between mode and link count.
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |