aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/xzdiff.1 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-06-04xzdiff: Update the man page about the exit status.Lasse Collin1-2/+2
This was forgotten from 194029ffaf74282a81f0c299c07f73caca3232ca.
2021-01-11Scripts: Add zstd support to xzdiff.Lasse Collin1-2/+4
2011-03-19Scripts: Add lzop (.lzo) support to xzdiff and xzgrep.Lasse Collin1-2/+4
2010-09-27Major man page updates.Lasse Collin1-7/+8
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-02-12Collection of language fixes to comments and docs.Lasse Collin1-1/+1
Thanks to Jonathan Nieder.
2009-07-05Major update to the xzgrep and other scripts based onLasse Collin1-21/+37
the latest versions found from gzip CVS repository. configure will try to find a POSIX shell to be used by the scripts. This should ease portability on systems which have pre-POSIX /bin/sh. xzgrep and xzdiff support .xz, .lzma, .gz, and .bz2 files. xzmore and xzless support only .xz and .lzma files. The name of the xz executable used in these scripts is now correct even if --program-transform-name has been used.
2009-04-13Quick & dirty update to support xz in diff/grep/more scripts.Lasse Collin1-0/+58