Sorry .. the attached patch patched in the wrong direction.

>From 7163ebf608d10df6b1f74806e92da21a52592ccc Mon Sep 17 00:00:00 2001
From: Josef Friedrich <[email protected]>
Date: Mon, 1 Sep 2025 21:51:49 +0200
Subject: [PATCH] Fix field names of mplib.stats

---
 manual/luatex-graphics.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/manual/luatex-graphics.tex b/manual/luatex-graphics.tex
index 54eed1757..6b7f0679d 100644
--- a/manual/luatex-graphics.tex
+++ b/manual/luatex-graphics.tex
@@ -474,10 +474,10 @@ object classes:
 \starttabulate[|l|l|p|]
 \DB field  \BC type \BC explanation \NC \NR
 \TB
-\NC \type{main_memory} \NC number \NC memory size \NC \NR
-\NC \type{hash_size}   \NC number \NC hash size\NC \NR
-\NC \type{param_size}  \NC number \NC simultaneous macro parameters\NC \NR
-\NC \type{max_in_open} \NC number \NC input file nesting levels\NC \NR
+\NC \type{memory} \NC number \NC memory size \NC \NR
+\NC \type{hash}   \NC number \NC hash size\NC \NR
+\NC \type{params} \NC number \NC simultaneous macro parameters\NC \NR
+\NC \type{open}   \NC number \NC input file nesting levels\NC \NR
 \LL
 \stoptabulate
 
-- 
2.43.0


On 01.09.25 22:03, Josef Friedrich wrote:
> Dear Luigi!
> 
> The attached patch corrects the documentation for some field names 
> (mplib.stats).
> 
> see: 
> https://gitlab.lisn.upsaclay.fr/texlive/luatex/-/blob/4c23aaf64ecfe23ae4132d52c2112ef37c362ce9/source/texk/web2c/mplibdir/lmplib.c#L771-L792
> 
> 
> diff --git a/manual/luatex-graphics.tex b/manual/luatex-graphics.tex
> index 6b7f0679d..54eed1757 100644
> --- a/manual/luatex-graphics.tex
> +++ b/manual/luatex-graphics.tex
> @@ -474,10 +474,10 @@ object classes:
>  \starttabulate[|l|l|p|]
>  \DB field  \BC type \BC explanation \NC \NR
>  \TB
> -\NC \type{memory} \NC number \NC memory size \NC \NR
> -\NC \type{hash}   \NC number \NC hash size\NC \NR
> -\NC \type{params} \NC number \NC simultaneous macro parameters\NC \NR
> -\NC \type{open}   \NC number \NC input file nesting levels\NC \NR
> +\NC \type{main_memory} \NC number \NC memory size \NC \NR
> +\NC \type{hash_size}   \NC number \NC hash size\NC \NR
> +\NC \type{param_size}  \NC number \NC simultaneous macro parameters\NC \NR
> +\NC \type{max_in_open} \NC number \NC input file nesting levels\NC \NR
>  \LL
>  \stoptabulate
> 
> 
> Josef
> 
> 
> _______________________________________________
> dev-luatex mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
From 7163ebf608d10df6b1f74806e92da21a52592ccc Mon Sep 17 00:00:00 2001
From: Josef Friedrich <[email protected]>
Date: Mon, 1 Sep 2025 21:51:49 +0200
Subject: [PATCH] Fix field names of mplib.stats

---
 manual/luatex-graphics.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/manual/luatex-graphics.tex b/manual/luatex-graphics.tex
index 54eed1757..6b7f0679d 100644
--- a/manual/luatex-graphics.tex
+++ b/manual/luatex-graphics.tex
@@ -474,10 +474,10 @@ object classes:
 \starttabulate[|l|l|p|]
 \DB field  \BC type \BC explanation \NC \NR
 \TB
-\NC \type{main_memory} \NC number \NC memory size \NC \NR
-\NC \type{hash_size}   \NC number \NC hash size\NC \NR
-\NC \type{param_size}  \NC number \NC simultaneous macro parameters\NC \NR
-\NC \type{max_in_open} \NC number \NC input file nesting levels\NC \NR
+\NC \type{memory} \NC number \NC memory size \NC \NR
+\NC \type{hash}   \NC number \NC hash size\NC \NR
+\NC \type{params} \NC number \NC simultaneous macro parameters\NC \NR
+\NC \type{open}   \NC number \NC input file nesting levels\NC \NR
 \LL
 \stoptabulate
 
-- 
2.43.0

_______________________________________________
dev-luatex mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to