diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-05-31 09:58:59 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-05-31 09:59:22 -0700 |
commit | c1716a1ebf55b1d43e64b880ff0ec6f73d2f05c5 (patch) | |
tree | 3e84dbbc402da09ef007f330b8d5e246e47d909c /doc | |
parent | 5c557690d8f10d1adc6d64478ab1ac0667282460 (diff) | |
download | coreutils-c1716a1ebf55b1d43e64b880ff0ec6f73d2f05c5.tar.xz |
* doc/coreutils.texi (sort invocation): I/0 -> I/O (sr#107504)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index c091b7fea..f74dd1c34 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 |