aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/strsignal.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/strsignal.3 b/man3/strsignal.3
index bc4120303f..bb69247292 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,