From f589f0e1b890c586cf3566a15a62b0b1ece099ba Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 18 Aug 2021 08:02:35 +0200 Subject: [PATCH] strsignal.3: tfix Signed-off-by: Michael Kerrisk --- man3/strsignal.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,