I noticed that the current "tar Options" page of the GNU Tar manual has
an incorrect link under the --ignore-failed-read option.  (It links to
"Reading", but that section doens't mention --ignore-failed-read
anywhere.)

I believe the intended target would be the "Ignore Failed Read" node, as
shown in the attached patch.

                                                Nathan

----------------------------------------------------------------------------
Nathan Stratton Treadway  -  [email protected]  -  Mid-Atlantic region
Ray Ontko & Co.  -  Software consulting services  -   http://www.ontko.com/
 GPG Key: http://www.ontko.com/~nathanst/gpg_key.txt   ID: 1023D/ECFB6239
 Key fingerprint = 6AD8 485E 20B9 5C71 231C  0C32 15F3 ADCD ECFB 6239
diff --git a/doc/tar.texi b/doc/tar.texi
index 8015b2b..713a7cd 100644
--- a/doc/tar.texi
+++ b/doc/tar.texi
@@ -2754,7 +2754,7 @@ Ignore exit codes of subprocesses. @xref{Writing to an External Program}.
 @item --ignore-failed-read
 
 Do not exit unsuccessfully merely because an unreadable file was encountered.
-@xref{Reading}.
+@xref{Ignore Failed Read}.
 
 @opsummary{ignore-zeros}
 @item --ignore-zeros

Reply via email to