xzdiff: Update the man page about the exit status.
This was forgotten from 194029ffaf
.
This commit is contained in:
parent
8d0fd42fbe
commit
c2fde22bef
|
@ -6,7 +6,7 @@
|
||||||
.\"
|
.\"
|
||||||
.\" License: GNU GPLv2+
|
.\" License: GNU GPLv2+
|
||||||
.\"
|
.\"
|
||||||
.TH XZDIFF 1 "2021-01-11" "Tukaani" "XZ Utils"
|
.TH XZDIFF 1 "2021-06-04" "Tukaani" "XZ Utils"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
xzcmp, xzdiff, lzcmp, lzdiff \- compare compressed files
|
xzcmp, xzdiff, lzcmp, lzdiff \- compare compressed files
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -55,7 +55,7 @@ The exit status from
|
||||||
.BR cmp (1)
|
.BR cmp (1)
|
||||||
or
|
or
|
||||||
.BR diff (1)
|
.BR diff (1)
|
||||||
is preserved.
|
is preserved unless a decompression error occurs; then exit status is 2.
|
||||||
.PP
|
.PP
|
||||||
The names
|
The names
|
||||||
.B lzcmp
|
.B lzcmp
|
||||||
|
|
Loading…
Reference in New Issue