summaryrefslogtreecommitdiff
path: root/Build/source/utils/lzma-utils/src/lzmainfo/lzmainfo.1
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-01-06 16:16:41 +0000
committerNorbert Preining <preining@logic.at>2008-01-06 16:16:41 +0000
commit6c31deb575708d803d45bd824f6e947d69ff7b34 (patch)
treecae988d97939a193eaae9b776f4e8849823261be /Build/source/utils/lzma-utils/src/lzmainfo/lzmainfo.1
parent671de1e35391acc8a31f65bae5fb6f0bba7e3260 (diff)
add new lzma-utils 4.32.4
git-svn-id: svn://tug.org/texlive/trunk@6053 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/lzma-utils/src/lzmainfo/lzmainfo.1')
-rw-r--r--Build/source/utils/lzma-utils/src/lzmainfo/lzmainfo.141
1 files changed, 41 insertions, 0 deletions
diff --git a/Build/source/utils/lzma-utils/src/lzmainfo/lzmainfo.1 b/Build/source/utils/lzma-utils/src/lzmainfo/lzmainfo.1
new file mode 100644
index 00000000000..5b5373ebfcc
--- /dev/null
+++ b/Build/source/utils/lzma-utils/src/lzmainfo/lzmainfo.1
@@ -0,0 +1,41 @@
+.TH LZMAINFO 1 "30 May 2005" "LZMA utils"
+.SH NAME
+lzmainfo \- show infomation stored in the LZMA compressed file header
+.SH SYNOPSIS
+.B lzmainfo
+[
+.B \-\-help
+|
+.I filename
+]
+.SH DESCRIPTION
+.B lzmainfo
+shows information stored in the LZMA compressed file header. It reads
+the first 13 bytes from the specified
+.IR filename ,
+decodes the header and prints it to the standard output in human
+readable format. If no
+.I filename
+is specified, the standard input is read.
+.PP
+Usually the most interesting information is the uncompressed size and
+the dictionary size. Uncompressed size can be shown only if the file is
+in the non-streamed LZMA format. The amount of memory required to
+decompress the file is a few kilobytes plus the dictionary size.
+.SH DIAGNOSTICS
+.B lzmainfo
+returns zero on success and non-zero on error.
+.SH AUTHORS
+.B lzmainfo
+is part of the LZMA utils written originally for the Tukaani Linux by
+Lasse Collin <lasse.collin@tukaani.org>.
+.br
+http://tukaani.org/lzma/
+.PP
+.B lzmainfo
+contains code from the LZMA SDK written by Igor Pavlov.
+.br
+http://7-zip.org/sdk.html
+.SH SEE ALSO
+.BR lzma (1),
+.BR lzmadec (1)