* doc/coreutils.texi (sort invocation): Fix typo. --- FYI: I'm pushing this.
doc/coreutils.texi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 invocation @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 -- 1.7.4.4
