strsignal.3: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-08-18 08:02:35 +02:00
parent 5478b148a1
commit f589f0e1b8
1 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ returned for an invalid signal number.
The The
.BR sigdescr_np () .BR sigdescr_np ()
and and
.BR sigdabbrev_np () .BR sigabbrev_np ()
functions return the appropriate description string. functions return the appropriate description string.
The returned string is statically allocated and valid for The returned string is statically allocated and valid for
the lifetime of the program. the lifetime of the program.
@ -127,7 +127,7 @@ These functions return NULL for an invalid signal number.
.SH VERSIONS .SH VERSIONS
.BR sigdescr_np () .BR sigdescr_np ()
and and
.BR sigdabbrev_np () .BR sigabbrev_np ()
first appeared in glibc 2.32. first appeared in glibc 2.32.
.PP .PP
Starting with version 2.32, Starting with version 2.32,