| OLD | NEW |
| 1 .\" | 1 .\" |
| 2 .\" Author: Lasse Collin | 2 .\" Author: Lasse Collin |
| 3 .\" | 3 .\" |
| 4 .\" This file has been put into the public domain. | 4 .\" This file has been put into the public domain. |
| 5 .\" You can do whatever you want with this file. | 5 .\" You can do whatever you want with this file. |
| 6 .\" | 6 .\" |
| 7 .TH LZMAINFO 1 "2010-09-27" "Tukaani" "XZ Utils" | 7 .TH LZMAINFO 1 "2013-06-30" "Tukaani" "XZ Utils" |
| 8 .SH NAME | 8 .SH NAME |
| 9 lzmainfo \- show information stored in the .lzma file header | 9 lzmainfo \- show information stored in the .lzma file header |
| 10 .SH SYNOPSIS | 10 .SH SYNOPSIS |
| 11 .B lzmainfo | 11 .B lzmainfo |
| 12 .RB [ \-\-help ] | 12 .RB [ \-\-help ] |
| 13 .RB [ \-\-version ] | 13 .RB [ \-\-version ] |
| 14 .RI [ file ]... | 14 .RI [ file... ] |
| 15 .SH DESCRIPTION | 15 .SH DESCRIPTION |
| 16 .B lzmainfo | 16 .B lzmainfo |
| 17 shows information stored in the | 17 shows information stored in the |
| 18 .B .lzma | 18 .B .lzma |
| 19 file header. | 19 file header. |
| 20 It reads the first 13 bytes from the specified | 20 It reads the first 13 bytes from the specified |
| 21 .IR file , | 21 .IR file , |
| 22 decodes the header, and prints it to standard output in human | 22 decodes the header, and prints it to standard output in human |
| 23 readable format. | 23 readable format. |
| 24 If no | 24 If no |
| (...skipping 26 matching lines...) Expand all Loading... |
| 51 .SH BUGS | 51 .SH BUGS |
| 52 .B lzmainfo | 52 .B lzmainfo |
| 53 uses | 53 uses |
| 54 .B MB | 54 .B MB |
| 55 while the correct suffix would be | 55 while the correct suffix would be |
| 56 .B MiB | 56 .B MiB |
| 57 (2^20 bytes). | 57 (2^20 bytes). |
| 58 This is to keep the output compatible with LZMA Utils. | 58 This is to keep the output compatible with LZMA Utils. |
| 59 .SH "SEE ALSO" | 59 .SH "SEE ALSO" |
| 60 .BR xz (1) | 60 .BR xz (1) |
| OLD | NEW |