strerror.3: VERSIONS: Document that strerrorname_np() and strerrordesc_np() functions first appeared on glibc 2.32

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-02-17 13:23:11 +01:00 committed by Michael Kerrisk
parent 1e6910c947
commit fb0390dc5b
1 changed files with 6 additions and 0 deletions

View File

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