aboutsummaryrefslogtreecommitdiff
path: root/src/lzmainfo/lzmainfo.1 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-09-27Major man page updates.Lasse Collin1-10/+15
Lots of content was updated on the xz man page. Technical improvements: - Start a new sentence on a new line. - Use fairly short lines. - Use constant-width font for examples (where supported). - Some minor cleanups. Thanks to Jonathan Nieder for some language fixes.
2010-07-28Language fixes for man pages.Lasse Collin1-2/+2
Thanks to A. Costa and Jonathan Nieder.
2009-08-13Add lzmainfo for backward compatibility with LZMA Utils.Lasse Collin1-0/+55
lzmainfo now links against static liblzma. In contrast to other command line tools in XZ Utils, linking lzmainfo against static liblzma by default is dumb. This will be fixed once I have fixed some related issues in configure.ac.