A bit ago I asked Sandra for advise on how to get rid of the bad
"up" link in our libgomp docs, and she kindly provided the patch
below which I now pushed.

Is there something I could have done differently so that Author:
in Git lists her instead of me?  Or should Author: list the committer?

Gerald


commit c33fd1607628f622a523344dbbf3afbf25b3e122
Author: Gerald Pfeifer <ger...@pfeifer.com>
Date:   Mon Dec 28 23:42:45 2020 +0100

    libgomp: Avoid bad "up" link in libgomp docs
    
    The libgomp texinfo docs lead to an invalid "up" link on the Top node,
    which we can avoid similarly to the Top link in the main GCC manual.
    
    2020-12-28  Sandra Loosemore <san...@codesourcery.com>
    
    libgomp/
            * libgomp.texi (Top): Avoid bad "up" link.

diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi
index 473b191ae14..9e486c7d159 100644
--- a/libgomp/libgomp.texi
+++ b/libgomp/libgomp.texi
@@ -68,7 +68,7 @@ Boston, MA 02110-1301, USA@*
 @page
 
 
-@node Top
+@node Top, Enabling OpenMP
 @top Introduction
 @cindex Introduction
 

Reply via email to