aboutsummaryrefslogtreecommitdiff
path: root/src/lzmainfo/lzmainfo.1 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-06-30Man pages: Use similar syntax for synopsis as in xz.Lasse Collin1-2/+2
The man pages of lzmainfo, xzmore, and xzdec had similar constructs as the man page of xz had before the commit eb6ca9854b8eb9fbf72497c1cf608d6b19d2d494. Eric S. Raymond didn't mention these man pages in his bug report, but it's nice to be consistent.
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.