oops, forgot to sign-of. The fixed patch is inlined below. -- Best Regards, Tom Schwindl --- >From fd911029cccc7f6545a24f1fa1791adb0740c85f Mon Sep 17 00:00:00 2001 From: Tom Schwindl <schwindl@xxxxxxxxx> Date: Tue, 5 Sep 2023 16:24:23 +0200 Subject: [PATCH] ptrdiff_t.3type: fix limits of ptrdiff_t Signed-off-by: Tom Schwindl <schwindl@xxxxxxxxx> --- man3type/ptrdiff_t.3type | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3type/ptrdiff_t.3type b/man3type/ptrdiff_t.3type index 093e630bf711..11bd5c4dc01b 100644 --- a/man3type/ptrdiff_t.3type +++ b/man3type/ptrdiff_t.3type @@ -21,7 +21,7 @@ Used for a count of elements, or an array index. It is the result of subtracting two pointers. It is a signed integer type capable of storing values in the range -.RB [ PTRDIFF_MAX , +.RB [ PTRDIFF_MIN , .BR PTRDIFF_MAX ]. .PP The length modifier for -- 2.41.0