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://review.tizen.org/git/?a=commitdiff_plain;h=1d9fe527a0ff85ca757a74338c5f1b523473b377;p=platform%2Fupstream%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 424a431..2c33fe8 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