]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: fix a typo about seek_bytes in NEWS
authorPádraig Brady <P@draigBrady.com>
Fri, 17 Feb 2012 11:28:01 +0000 (11:28 +0000)
committerPádraig Brady <P@draigBrady.com>
Fri, 17 Feb 2012 11:28:01 +0000 (11:28 +0000)
* NEWS: s/count_bytes/seek_bytes/2

NEWS

diff --git a/NEWS b/NEWS
index 20807909feb0f8718482be5a45e7994ce2e70bfa..7973b5564e855ebab11fd0628f01b14d822800f3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** New features
 
-  dd now accepts the count_bytes, skip_bytes iflags and the count_bytes
+  dd now accepts the count_bytes, skip_bytes iflags and the seek_bytes
   oflag, to more easily allow processing portions of a file.
 
 ** Bug fixes