[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] doc: NEWS: correct "bug introduced in ..." version number
From: |
Bernhard Voelker |
Subject: |
[PATCH] doc: NEWS: correct "bug introduced in ..." version number |
Date: |
Fri, 09 Mar 2012 07:37:43 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120215 Thunderbird/10.0.2 |
This fixes a typo in the NEWS of commit
f7f398a du: fix -x: don't ignore non-directory arguments
yesterday.
Have a nice day,
Berny
>From e3d303036345db49ace5fcd7216ac64c52bf024a Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <address@hidden>
Date: Fri, 9 Mar 2012 07:33:54 +0100
Subject: [PATCH] doc: NEWS: correct "bug introduced in ..." version number
* NEWS: s/8.14/8.15/
---
NEWS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index 38fd4fb..7f36dc6 100644
--- a/NEWS
+++ b/NEWS
@@ -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
--
1.7.7
- [PATCH] doc: NEWS: correct "bug introduced in ..." version number,
Bernhard Voelker <=