On 2026-05-09T20:50:21+0200, Guillem Jover wrote: > From: Guillem Jover > > These are very common nowadays, for example by default Debian source > packages use this compression method. > > Signed-off-by: Guillem Jover Patch applied; thanks! Cheers, Alex > --- > man/man7/suffixes.7 | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/man/man7/suffixes.7 b/man/man7/suffixes.7 > index 4c8b3f27a..8487bb5a1 100644 > --- a/man/man7/suffixes.7 > +++ b/man/man7/suffixes.7 > @@ -216,6 +216,7 @@ T} > \&.tar.Z \f[B]tar\f[](1) archive compressed with \f[B]compress\f[](1) > \&.tar.bz2 \f[B]tar\f[](1) archive compressed with \f[B]bzip2\f[](1) > \&.tar.gz \f[B]tar\f[](1) archive compressed with \f[B]gzip\f[](1) > +\&.tar.xz \f[B]tar\f[](1) archive compressed with \f[B]xz\f[](1) > \&.taz \f[B]tar\f[](1) archive compressed with \f[B]compress\f[](1) > \&.tcl tcl source code > \&.tex TeX or LaTeX source > @@ -246,6 +247,7 @@ T} > \&.xpm X11 pixmap source > \&.xs Perl xsub file produced by h2xs > \&.xsl XSL stylesheet > +\&.xz file compressed with \f[B]xz\f[](1) > \&.y \f[B]yacc\f[](1) or \f[B]bison\f[](1) (parser generator) files > \&.z T{ > File compressed using > -- > 2.53.0 > > --