diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2023-06-12 11:34:38 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@adacore.com> | 2023-06-12 13:25:12 +0200 |
commit | e8d41e031b9f52601249ec7e4c4215b851cc8ffe (patch) | |
tree | ed22728cf13b0818086a9a4d0bcd440098cd8f93 | |
parent | 7103155a93f00d6285442af3595d0c40044b04b4 (diff) | |
download | gcc-e8d41e031b9f52601249ec7e4c4215b851cc8ffe.zip gcc-e8d41e031b9f52601249ec7e4c4215b851cc8ffe.tar.gz gcc-e8d41e031b9f52601249ec7e4c4215b851cc8ffe.tar.bz2 |
Fix oversight in latest change
gcc/
PR modula2/109952
* doc/gm2.texi (Standard procedures): Fix Next link.
-rw-r--r-- | gcc/doc/gm2.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/gm2.texi b/gcc/doc/gm2.texi index ae2f8fc..3e531a8 100644 --- a/gcc/doc/gm2.texi +++ b/gcc/doc/gm2.texi @@ -830,7 +830,7 @@ exported from the @code{SYSTEM} module. @xref{The PIM system module, , ,gm2}. @xref{The ISO system module, , ,gm2}. -@node Standard procedures, Dialect, Elementary data types, Using +@node Standard procedures, High procedure function, Elementary data types, Using @section Permanently accessible base procedures. This section describes the procedures and functions which are |