From 5402831d627f27ff5d9dbb4bf83284eb86130d0b Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Thu, 7 Aug 2025 20:42:14 -0700 Subject: [PATCH] manual: remove '.info' suffix in manual names passed to @xref Texinfo 7.2 began warning about the '.info' suffix in the manual names passed to @xref and similar commands. They eventually plan to stop stripping the '.info' suffix internally which will lead to broken links in the manuals without this change. * doc/tar.texi (files): Remove '.info' suffix from manual name. --- doc/tar.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tar.texi b/doc/tar.texi index 3a8d6fea..2fe2c45c 100644 --- a/doc/tar.texi +++ b/doc/tar.texi @@ -7869,7 +7869,7 @@ files smaller than 400 blocks in length@footnote{A file system block is usually 512 bytes, so this amounts to 200K. Use the @samp{c} suffix to specify size in @emph{bytes}. Also, when using GNU find, you can specify other size units, such as @samp{k}, -@samp{m}, etc. @xref{Size,,,find.info,GNU Findutils}, for details.} and put that list into a file +@samp{m}, etc. @xref{Size,,,find,GNU Findutils}, for details.} and put that list into a file called @file{small-files}. You can then use the @option{-T} option to @command{tar} to specify the files from that file, @file{small-files}, to create the archive @file{little.tgz}. (The @option{-z} option to -- 2.47.2