* [PATCH] ptrdiff_t.3type: fix limits of ptrdiff_t
@ 2023-09-03 17:26 Tom Schwindl
2023-09-05 14:28 ` Tom Schwindl
0 siblings, 1 reply; 3+ messages in thread
From: Tom Schwindl @ 2023-09-03 17:26 UTC (permalink / raw)
To: Alejandro Colomar; +Cc: linux-man
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ptrdiff_t.3type: fix limits of ptrdiff_t
2023-09-03 17:26 [PATCH] ptrdiff_t.3type: fix limits of ptrdiff_t Tom Schwindl
@ 2023-09-05 14:28 ` Tom Schwindl
2023-09-13 15:00 ` Alejandro Colomar
0 siblings, 1 reply; 3+ messages in thread
From: Tom Schwindl @ 2023-09-05 14:28 UTC (permalink / raw)
To: Alejandro Colomar; +Cc: linux-man
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@posteo.de>
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@posteo.de>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ptrdiff_t.3type: fix limits of ptrdiff_t
2023-09-05 14:28 ` Tom Schwindl
@ 2023-09-13 15:00 ` Alejandro Colomar
0 siblings, 0 replies; 3+ messages in thread
From: Alejandro Colomar @ 2023-09-13 15:00 UTC (permalink / raw)
To: Tom Schwindl; +Cc: linux-man
[-- Attachment #1.1: Type: text/plain, Size: 1169 bytes --]
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@posteo.de>
> 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@posteo.de>
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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-13 15:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-03 17:26 [PATCH] ptrdiff_t.3type: fix limits of ptrdiff_t Tom Schwindl
2023-09-05 14:28 ` Tom Schwindl
2023-09-13 15:00 ` Alejandro Colomar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).