]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
manual: remove '.info' suffix in manual names passed to @xref master
authorCollin Funk <collin.funk1@gmail.com>
Fri, 8 Aug 2025 03:42:14 +0000 (20:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Aug 2025 06:56:50 +0000 (23:56 -0700)
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

index 3a8d6fea9a32578a60d6015eafef55d48ea9fe4e..2fe2c45c740e57a7ff840cc434c317742deffb0f 100644 (file)
@@ -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