From: Pádraig Brady Date: Fri, 17 Feb 2012 11:28:01 +0000 (+0000) Subject: doc: fix a typo about seek_bytes in NEWS X-Git-Tag: v8.16~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=557b3b2a359b8d6ed59dd9b61f34043b40f9e036;p=thirdparty%2Fcoreutils.git doc: fix a typo about seek_bytes in NEWS * NEWS: s/count_bytes/seek_bytes/2 --- diff --git a/NEWS b/NEWS index 20807909fe..7973b5564e 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