* NEWS: Mention why we're making the change in behavior in cat(1).
** Changes in behavior
cat now uses the copy_file_range syscall if available, when doing
- simple copies between regular files.
+ simple copies between regular files. This may be more efficient, by avoiding
+ user space copies, and possibly employing copy offloading or reflinking.
date +'%-N' now suppresses excess trailing digits, instead of always
padding them with zeros to 9 digits. It uses clock_getres and