Package: manpages-dev Version: 6.8-2 Severity: minor Tags: patch X-Debbugs-Cc: c...@research.bleuse.net
Dear Maintainer, the man page of uintptr_t(3) indicates ``` uintptr_t is an unsigned integer type [...] capable of storing values in the range [0, INTPTR_MAX]. ``` I believe the documented range is wrong (note the missing U) and should be ```` [0, UINTPTR_MAX] ``` I hope the provided patch helps. Regards, -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 6.10.6-amd64 (SMP w/12 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages manpages-dev depends on: ii manpages 6.8-2 manpages-dev recommends no packages. Versions of packages manpages-dev suggests: ii man-db [man-browser] 2.13.0-1 -- no debconf information
--- uintptr_t.3type.orig 2024-09-10 17:25:50.896098964 +0200 +++ uintptr_t.3type 2024-09-10 17:26:11.200159023 +0200 @@ -41,7 +41,7 @@ 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