diff options
author | Eric Blake <eblake@redhat.com> | 2011-11-08 12:11:39 -0700 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-11-08 12:11:39 -0700 |
commit | 1d9fe527a0ff85ca757a74338c5f1b523473b377 (patch) | |
tree | 7996cfd3ea1aad4ab60eb1ea6999c7b095f64037 | |
parent | 9aac54cdd893c8f3716f5255c1d71cdb0a8fbf1b (diff) | |
download | coreutils-1d9fe527a0ff85ca757a74338c5f1b523473b377.tar.xz |
doc: fix typo in sort description
* doc/coreutils.texi (sort invocation): Fix typo.
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 424a431eb..2c33fe8b5 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 |