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 @@ @node files
 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.50.1


Reply via email to