Re: [PATCH] man/man3type/intptr_t.3type: Fix uintptr_t range
From: Alejandro Colomar <alx@kernel.org>
Date: 2025-04-02 20:02:22
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Alejandro Colomar <alx@kernel.org>
Date: 2025-04-02 20:02:22
Hi Miroslav, On Wed, Apr 02, 2025 at 04:27:26PM +0000, Miroslav Cimerman wrote:
From 066e0157fd049048e2e5437023c05a674d50c7aa Mon Sep 17 00:00:00 2001 From: Miroslav Cimerman <redacted> Date: Wed, 2 Apr 2025 18:01:26 +0200 Subject: [PATCH] man/man3type/intptr_t.3type: Fix uintptr_t range Signed-off-by: Miroslav Cimerman <redacted>
Thanks! I've applied the patch. <https://www.alejandro-colomar.es:8443/src/alx/linux/man-pages/man-pages.git/commit/?h=contrib&id=6ce472898351fc28d9f111af28c53f39c25ab267> Have a lovely night! Alex
--- man/man3type/intptr_t.3type | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/man/man3type/intptr_t.3type b/man/man3type/intptr_t.3type index ac7b18214..30825eb1e 100644 --- a/man/man3type/intptr_t.3type +++ b/man/man3type/intptr_t.3type@@ -41,7 +41,7 @@ such that any valid value can be converted to this type and then converted back. It is capable of storing values in the range .RB [ 0 , -.BR INTPTR_MAX ]. +.BR UINTPTR_MAX ]. .P The macros .RB [ U ] INTPTR_WIDTH-- 2.49.0
-- <https://www.alejandro-colomar.es/> <https://www.alejandro-colomar.es:8443/> <http://www.alejandro-colomar.es:8080/>