From 0cdbcc4f347d5a7214a2a03d5c07131669d8a77f Mon Sep 17 00:00:00 2001 From: Thomas Breuer Date: Thu, 24 Oct 2024 23:13:11 +0200 Subject: [PATCH] fix GAPDoc syntax for the manual in `doc/dev` (#5825) Up to now, the CI tests ignore errors in the manuals. (I am working on improving this.) --- doc/dev/kernel.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev/kernel.xml b/doc/dev/kernel.xml index 5cdf4e382a..666c08d533 100644 --- a/doc/dev/kernel.xml +++ b/doc/dev/kernel.xml @@ -193,7 +193,7 @@ areas of memory, each with a size and a TNUM (type number) in the range 0--253 (type numbers are defined in the file objects.h; there are some spare numbers reserved for further extensions; types 254 and 255 are reserved for &GASMAN;. See Section - for more details). + for more details).

Bags have stable handles @@ -399,7 +399,7 @@ Other objects with weak behaviour could be implemented in a similar way. Interfaces The modules at the bottom of the picture from the section - (objects, gasman and + (objects, gasman and system), and white boxes (arithmetic, lists, calls/operations, records) provide interfaces intended for use in the kernel.