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