diff options
author | Jérémy Compostella <jeremy.compostella@gmail.com> | 2012-02-18 19:59:52 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-02-18 19:31:22 +0000 |
commit | 2fe737e595058acb4c22f8aaaeb574b168b9d6f1 (patch) | |
tree | 63146081959c946d6ea9b6cae6c06e33b12965db /doc | |
parent | b29db6767612cf70e9d4c7eb6ede9822f6173fca (diff) | |
download | coreutils-2fe737e595058acb4c22f8aaaeb574b168b9d6f1.tar.xz |
doc: fix file names in split --filter=command example
* doc/coreutils.texi (split invocation): Output file names should be
prefixed with `big-' not `big-x'.
Diffstat (limited to 'doc')
-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 9f378e8c4..562444302 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -3040,7 +3040,7 @@ xz -dc BIG.xz | split -b200G --filter='xz > $FILE.xz' - big- @end example Assuming a 10:1 compression ratio, that would create about fifty 20GiB files -with names @file{big-xaa.xz}, @file{big-xab.xz}, @file{big-xac.xz}, etc. +with names @file{big-aa.xz}, @file{big-ab.xz}, @file{big-ac.xz}, etc. @item -n @var{chunks} @itemx --number=@var{chunks} |