From: Eric Blake Date: Tue, 8 Nov 2011 19:11:39 +0000 (-0700) Subject: doc: fix typo in sort description X-Git-Tag: v8.15~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d9fe527a0ff85ca757a74338c5f1b523473b377;p=thirdparty%2Fcoreutils.git doc: fix typo in sort description * doc/coreutils.texi (sort invocation): Fix typo. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 424a431eb0..2c33fe8b52 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -4362,7 +4362,7 @@ sort -n -r @end example @item -Run no more that 4 sorts concurrently, using a buffer size of 10M. +Run no more than 4 sorts concurrently, using a buffer size of 10M. @example sort --parallel=4 -S 10M