1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 16:19:23 +02:00

ls no longer outputs an extra space between mode and link count.

This commit is contained in:
Paul Eggert
2005-06-10 19:30:51 +00:00
parent 939f88af26
commit a53809b3df
+3
View File
@@ -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.