public inbox for libc-alpha@sourceware.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	[flat|nested] 4+ messages in thread

* Re: [PATCH] strerror.3: VERSIONS: Document that strerrorname_np() and strerrordesc_np() functions first appeared on glibc 2.32
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-02-17 10:05 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man, libc-alpha

On 2/17/21 10:52 AM, Alejandro Colomar wrote:
> 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 (),

tfix: please remove that comma :)

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


-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

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

* [PATCH v2] strerror.3: VERSIONS: Document that strerrorname_np() and strerrordesc_np() functions first appeared on glibc 2.32
  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 ` Alejandro Colomar
  2021-02-18  7:57   ` Michael Kerrisk (man-pages)
  1 sibling, 1 reply; 4+ messages in thread
From: Alejandro Colomar @ 2021-02-17 12:23 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man, libc-alpha

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man3/strerror.3 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/man3/strerror.3 b/man3/strerror.3
index 5dfe76f69..e1724a102 100644
--- a/man3/strerror.3
+++ b/man3/strerror.3
@@ -235,6 +235,12 @@ Insufficient storage was supplied to contain the error description string.
 The
 .BR strerror_l ()
 function first appeared in glibc 2.6.
+.PP
+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	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] strerror.3: VERSIONS: Document that strerrorname_np() and strerrordesc_np() functions first appeared on glibc 2.32
  2021-02-17 12:23 ` [PATCH v2] " Alejandro Colomar
@ 2021-02-18  7:57   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2021-02-18  7:57 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: mtk.manpages, linux-man, libc-alpha

Hi Alex,

On 2/17/21 1:23 PM, Alejandro Colomar wrote:
> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>

Thanks. Patch applied.

Cheers,

Michael

> ---
>  man3/strerror.3 | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/man3/strerror.3 b/man3/strerror.3
> index 5dfe76f69..e1724a102 100644
> --- a/man3/strerror.3
> +++ b/man3/strerror.3
> @@ -235,6 +235,12 @@ Insufficient storage was supplied to contain the error description string.
>  The
>  .BR strerror_l ()
>  function first appeared in glibc 2.6.
> +.PP
> +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).
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

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

end of thread, other threads:[~2021-02-18  7:57 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).