diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2012-03-09 07:33:54 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-03-09 12:44:30 +0000 |
commit | 73f9879ce22c49e9dd6788c68b844c7e4c205335 (patch) | |
tree | ebddec5fd4af496059aea2079a3f73cc805f9bc0 | |
parent | 8931cdbfdad34945f0f541e1d1e66f599cb62124 (diff) | |
download | coreutils-73f9879ce22c49e9dd6788c68b844c7e4c205335.tar.xz |
maint: fix a version number typo in NEWS
* NEWS: s/8.14/8.15/
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ GNU coreutils NEWS -*- outline -*- du --one-file-system (-x) would ignore any non-directory specified on the command line. For example, "touch f; du -x f" would print nothing. - [bug introduced in coreutils-8.14] + [bug introduced in coreutils-8.15] mv now lets you move a symlink onto a same-inode destination file that has two or more hard links. Before, it would reject that, saying that |