doc: fix file names in split --filter=command example
authorJérémy Compostella <jeremy.compostella@gmail.com>
Sat, 18 Feb 2012 18:59:52 +0000 (19:59 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 18 Feb 2012 19:31:22 +0000 (19:31 +0000)
* doc/coreutils.texi (split invocation): Output file names should be
prefixed with `big-' not `big-x'.

doc/coreutils.texi

index 9f378e8..5624443 100644 (file)
@@ -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}