diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2021-06-04 19:02:38 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-07-12 19:01:09 +0300 |
commit | c2fde22befe1f5256ad3d7c4cb35794aa8e64c67 (patch) | |
tree | f92ce149da92bbe7ebba3d7bd1eb31870350730c | |
parent | xzless: Fix less(1) version detection when it contains a dot. (diff) | |
download | xz-c2fde22befe1f5256ad3d7c4cb35794aa8e64c67.tar.xz |
xzdiff: Update the man page about the exit status.
This was forgotten from 194029ffaf74282a81f0c299c07f73caca3232ca.
-rw-r--r-- | src/scripts/xzdiff.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/xzdiff.1 b/src/scripts/xzdiff.1 index 90619119..24fed680 100644 --- a/src/scripts/xzdiff.1 +++ b/src/scripts/xzdiff.1 @@ -6,7 +6,7 @@ .\" .\" License: GNU GPLv2+ .\" -.TH XZDIFF 1 "2021-01-11" "Tukaani" "XZ Utils" +.TH XZDIFF 1 "2021-06-04" "Tukaani" "XZ Utils" .SH NAME xzcmp, xzdiff, lzcmp, lzdiff \- compare compressed files .SH SYNOPSIS @@ -55,7 +55,7 @@ The exit status from .BR cmp (1) or .BR diff (1) -is preserved. +is preserved unless a decompression error occurs; then exit status is 2. .PP The names .B lzcmp |