diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2012-07-01 18:44:33 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2012-07-01 18:44:33 +0300 |
commit | 972179cdcdf5d8949c48ee31737d87d3050b44af (patch) | |
tree | ae383e6b9b17b5712b16f4e163df27655e1dd1f4 | |
parent | liblzma: Check that the first byte of range encoded data is 0x00. (diff) | |
download | xz-972179cdcdf5d8949c48ee31737d87d3050b44af.tar.xz |
xz: Update the man page about the new field in --robot -lvv.
-rw-r--r-- | src/xz/xz.1 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/xz/xz.1 b/src/xz/xz.1 index cb8cd1ee..4da09baf 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-05-27" "Tukaani" "XZ Utils" +.TH XZ 1 "2012-07-01" "Tukaani" "XZ Utils" . .SH NAME xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files @@ -1889,6 +1889,14 @@ or .B no indicating if all block headers have both compressed size and uncompressed size stored in them +.PP +.I Since +.B xz +.I 5.1.2alpha: +.IP 4. 4 +Minimum +.B xz +version required to decompress the file .RE .PD .PP @@ -1939,6 +1947,14 @@ or .B no indicating if all block headers have both compressed size and uncompressed size stored in them +.PP +.I Since +.B xz +.I 5.1.2alpha: +.IP 12. 4 +Minimum +.B xz +version required to decompress the file .RE .PD .PP |