From: Paul Eggert Date: Tue, 31 May 2011 16:58:59 +0000 (-0700) Subject: * doc/coreutils.texi (sort invocation): I/0 -> I/O (sr#107504) X-Git-Tag: v8.13~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1716a1ebf55b1d43e64b880ff0ec6f73d2f05c5;p=thirdparty%2Fcoreutils.git * doc/coreutils.texi (sort invocation): I/0 -> I/O (sr#107504) --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index c091b7feaa..f74dd1c340 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -4140,8 +4140,8 @@ a temporary file, which is then used as an input in a subsequent merge. A large value of @var{nmerge} may improve merge performance and decrease temporary storage utilization at the expense of increased memory usage -and I/0. Conversely a small value of @var{nmerge} may reduce memory -requirements and I/0 at the expense of temporary storage consumption and +and I/O. Conversely a small value of @var{nmerge} may reduce memory +requirements and I/O at the expense of temporary storage consumption and merge performance. The value of @var{nmerge} must be at least 2. The default value is