summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2012-02-17 11:28:01 +0000
committerPádraig Brady <P@draigBrady.com>2012-02-17 11:28:01 +0000
commit557b3b2a359b8d6ed59dd9b61f34043b40f9e036 (patch)
treecef9426f9aa917ad939571a864a74f28f72f3b38 /NEWS
parentbf5ba002c20578a5bdc9599b250cdad5468fa9ab (diff)
downloadcoreutils-557b3b2a359b8d6ed59dd9b61f34043b40f9e036.tar.xz
doc: fix a typo about seek_bytes in NEWS
* NEWS: s/count_bytes/seek_bytes/2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 20807909f..7973b5564 100644
--- 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