linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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

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