]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Scripts: Mark the LZMA Utils script aliases as deprecated
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 6 Mar 2025 14:34:32 +0000 (16:34 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 6 Mar 2025 17:36:56 +0000 (19:36 +0200)
The deprecated aliases are lzcmp, lzdiff, lzless, lzmore,
lzgrep, lzegrep, and lzfgrep. The commands that start with
the xz prefix have identical behavior, for example, both
lzgrep and xzgrep handle all supported file formats.

This doesn't affect lzma, unlzma, lzcat, lzmadec, or lzmainfo.
The last release of LZMA Utils was made in 2008, but the lzma
compatibility alias for the gzip-like tool is still in common use.
Deprecating it would cause unnecessary breakage.

src/scripts/xzdiff.1
src/scripts/xzgrep.1
src/scripts/xzless.1
src/scripts/xzmore.1

index 8f473edadd13312327240ebbee48bfa5092bd6c4..9d2608e50b429ed61e60c7cc5686886ccf073011 100644 (file)
@@ -5,7 +5,7 @@
 .\"
 .\" (Note that this file is not based on gzip's zdiff.1.)
 .\"
-.TH XZDIFF 1 "2024-02-13" "Tukaani" "XZ Utils"
+.TH XZDIFF 1 "2025-03-06" "Tukaani" "XZ Utils"
 .SH NAME
 xzcmp, xzdiff, lzcmp, lzdiff \- compare compressed files
 .
@@ -20,9 +20,11 @@ xzcmp, xzdiff, lzcmp, lzdiff \- compare compressed files
 .br
 .B lzcmp
 \&...
+(DEPRECATED)
 .br
 .B lzdiff
 \&...
+(DEPRECATED)
 .
 .SH DESCRIPTION
 .B xzcmp
@@ -75,6 +77,7 @@ The commands
 and
 .B lzdiff
 are provided for backward compatibility with LZMA Utils.
+They are deprecated and will be removed in a future version.
 .
 .SH EXIT STATUS
 If a decompression error occurs, the exit status is
index 63f012c946371d697081928d8f9e2e884dfcba19..c6bb0eb41f130d412ecd183a8b41369121ae872d 100644 (file)
@@ -5,7 +5,7 @@
 .\"
 .\" (Note that this file is not based on gzip's zgrep.1.)
 .\"
-.TH XZGREP 1 "2024-02-13" "Tukaani" "XZ Utils"
+.TH XZGREP 1 "2025-03-06" "Tukaani" "XZ Utils"
 .SH NAME
 xzgrep \- search possibly-compressed files for patterns
 .
@@ -23,12 +23,15 @@ xzgrep \- search possibly-compressed files for patterns
 .br
 .B lzgrep
 \&...
+(DEPRECATED)
 .br
 .B lzegrep
 \&...
+(DEPRECATED)
 .br
 .B lzfgrep
 \&...
+(DEPRECATED)
 .
 .SH DESCRIPTION
 .B xzgrep
@@ -106,6 +109,7 @@ The commands
 and
 .B lzfgrep
 are provided for backward compatibility with LZMA Utils.
+They are deprecated and will be removed in a future version.
 .
 .SH EXIT STATUS
 .TP
index 570e601c888196442353119b1b1de237a616b575..17118b9b85cf485e4da4f9230f8a1c2d893c4d2b 100644 (file)
@@ -5,7 +5,7 @@
 .\"
 .\" (Note that this file is not based on gzip's zless.1.)
 .\"
-.TH XZLESS 1 "2024-02-12" "Tukaani" "XZ Utils"
+.TH XZLESS 1 "2025-03-06" "Tukaani" "XZ Utils"
 .SH NAME
 xzless, lzless \- view xz or lzma compressed (text) files
 .SH SYNOPSIS
@@ -14,6 +14,7 @@ xzless, lzless \- view xz or lzma compressed (text) files
 .br
 .B lzless
 .RI [ file ...]
+(DEPRECATED)
 .SH DESCRIPTION
 .B xzless
 is a filter that displays text from compressed files to a terminal.
@@ -47,6 +48,7 @@ manual for more information.
 The command named
 .B lzless
 is provided for backward compatibility with LZMA Utils.
+It is deprecated and will be removed in a future version.
 .SH ENVIRONMENT
 .TP
 .B LESSMETACHARS
index afe89b8c29c722387c4a747bfa93ecd4fba0557d..15fc63a78330d8b23b582af9daa251d8b7dcd046 100644 (file)
@@ -5,7 +5,7 @@
 .\"
 .\" (Note that this file is based on xzless.1 instead of gzip's zmore.1.)
 .\"
-.TH XZMORE 1 "2024-02-12" "Tukaani" "XZ Utils"
+.TH XZMORE 1 "2025-03-06" "Tukaani" "XZ Utils"
 .SH NAME
 xzmore, lzmore \- view xz or lzma compressed (text) files
 .
@@ -15,6 +15,7 @@ xzmore, lzmore \- view xz or lzma compressed (text) files
 .br
 .B lzmore
 .RI [ file ...]
+(DEPRECATED)
 .
 .SH DESCRIPTION
 .B xzmore
@@ -48,6 +49,7 @@ which provides more advanced features.
 The command
 .B lzmore
 is provided for backward compatibility with LZMA Utils.
+It is deprecated and will be removed in a future version.
 .
 .SH ENVIRONMENT
 .TP