From cafb523adac1caf305e70a04bc37f25602bf990c Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 4 Jul 2012 22:31:58 +0300 Subject: xz: Document --block-list better. Thanks to Jonathan Nieder. --- src/xz/xz.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/xz/xz.1 b/src/xz/xz.1 index 0368f05b..9038f690 100644 --- a/src/xz/xz.1 +++ b/src/xz/xz.1 @@ -5,7 +5,7 @@ .\" This file has been put into the public domain. .\" You can do whatever you want with this file. .\" -.TH XZ 1 "2012-07-03" "Tukaani" "XZ Utils" +.TH XZ 1 "2012-07-04" "Tukaani" "XZ Utils" . .SH NAME xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files @@ -820,6 +820,12 @@ The uncompressed of the blocks are specified as a comma-separated list. Omitting a size (two or more consecutive commas) is a shorthand to use the size of the previous block. +.IP "" +If the input file is bigger than the sum of +.IR sizes , +the last value in +.I sizes +is repeated until the end of the file. A special value of .B 0 may be used as the last value to indicate that -- cgit v1.2.3