public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] strerror.3: VERSIONS: Document that strerrorname_np() and strerrordesc_np() functions first appeared on glibc 2.32
@ 2021-02-17  9:52 Alejandro Colomar
  2021-02-17 10:05 ` Alejandro Colomar (man-pages)
  2021-02-17 12:23 ` [PATCH v2] " Alejandro Colomar
  0 siblings, 2 replies; 4+ messages in thread
From: Alejandro Colomar @ 2021-02-17  9:52 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man, libc-alpha

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---

Hi Michael,

I struggled to use strerrorname_np(), until I found that these were
so new that Debian Sid didn't have them :)

Cheers,

Alex

---
 man3/strerror.3 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/man3/strerror.3 b/man3/strerror.3
index 5dfe76f69..07684c40a 100644
--- a/man3/strerror.3
+++ b/man3/strerror.3
@@ -235,6 +235,11 @@ Insufficient storage was supplied to contain the error description string.
 The
 .BR strerror_l ()
 function first appeared in glibc 2.6.
+The
+.BR strerrorname_np (),
+and
+.BR strerrordesc_np ()
+functions first appeared in glibc 2.32.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-- 
2.30.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-18  8:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-17  9:52 [PATCH] strerror.3: VERSIONS: Document that strerrorname_np() and strerrordesc_np() functions first appeared on glibc 2.32 Alejandro Colomar
2021-02-17 10:05 ` Alejandro Colomar (man-pages)
2021-02-17 12:23 ` [PATCH v2] " Alejandro Colomar
2021-02-18  7:57   ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox