From: Adhemerval Zanella Date: Sat, 8 Aug 2020 19:49:53 +0000 (-0300) Subject: manual: Fix sigdescr_np and sigabbrev_np return type (BZ #26343) X-Git-Tag: glibc-2.33~572 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bad4a908ff90ca999217ea91571c221afdd5b2a3;p=thirdparty%2Fglibc.git manual: Fix sigdescr_np and sigabbrev_np return type (BZ #26343) --- diff --git a/manual/signal.texi b/manual/signal.texi index c300a3c9df1..8a12baf0442 100644 --- a/manual/signal.texi +++ b/manual/signal.texi @@ -880,7 +880,7 @@ to @var{signum}. This function is a BSD feature, declared in the header file @file{signal.h}. @end deftypefun -@deftypefun void sigdescr_np (int @var{signum}) +@deftypefun {const char *} sigdescr_np (int @var{signum}) @standards{GNU, string.h} @safety{@mtsafe{}@assafe{}@acsafe{}} This function returns the message describing the signal @var{signum} or @@ -893,7 +893,7 @@ of the program. This function is a GNU extension, declared in the header file @file{string.h}. @end deftypefun -@deftypefun void sigabbrev_np (int @var{signum}) +@deftypefun {const char *} sigabbrev_np (int @var{signum}) @standards{GNU, string.h} @safety{@mtsafe{}@assafe{}@acsafe{}} This function returns the abbreviation describing the signal @var{signum} or