Re: [PATCH] ptrdiff_t.3type: fix limits of ptrdiff_t

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Tom,

On 2023-09-05 16:28, Tom Schwindl wrote:
> 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>

Patch applied.

Thanks,
Alex

> ---
>  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

-- 
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux