*** empty log message ***

This commit is contained in:
Jim Meyering
2005-06-23 14:47:27 +00:00
parent 888d47b2b2
commit 80bceac4ea
+2
View File
@@ -151,6 +151,8 @@ GNU coreutils NEWS -*- outline -*-
dd has new iflag= and oflag= flags "binary" and "text", which have an
effect only on nonstandard platforms that distinguish text from binary I/O.
du accepts new options: --last-time[=TYPE] and --time-style=STYLE
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",