From 1d9fe527a0ff85ca757a74338c5f1b523473b377 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 8 Nov 2011 12:11:39 -0700 Subject: [PATCH] doc: fix typo in sort description * doc/coreutils.texi (sort invocation): Fix typo. --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2