From e87f68dd3b72faf632b7d247079c451e211460f3 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sun, 6 Feb 2022 21:54:56 +0100 Subject: [PATCH] [DOC] Replace obsolete @inforef with @xref command. --- doc/tutorial/ginac.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index c97da742..edb6be99 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -1194,7 +1194,7 @@ For storing numerical things, GiNaC uses Bruno Haible's library CLN. The classes therein serve as foundation classes for GiNaC. CLN stands for Class Library for Numbers or alternatively for Common Lisp Numbers. In order to find out more about CLN's internals, the reader is referred to -the documentation of that library. @inforef{Introduction, , cln}, for +the documentation of that library. @xref{Top,,, cln, The CLN Manual}, for more information. Suffice to say that it is by itself build on top of another library, the GNU Multiple Precision library GMP, which is an extremely fast library for arbitrary long integers and rationals as well -- 2.49.0