about summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-08-08 16:49:53 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-08-08 16:51:26 -0300
commitbad4a908ff90ca999217ea91571c221afdd5b2a3 (patch)
tree68c71e302bcc59e80d3b10307afe4e91f0abaff5 /manual
parent5ff35e9544db70d6e850ec2b88b09195f0df3d5d (diff)
downloadglibc-bad4a908ff90ca999217ea91571c221afdd5b2a3.tar.gz
glibc-bad4a908ff90ca999217ea91571c221afdd5b2a3.tar.xz
glibc-bad4a908ff90ca999217ea91571c221afdd5b2a3.zip
manual: Fix sigdescr_np and sigabbrev_np return type (BZ #26343)
Diffstat (limited to 'manual')
-rw-r--r--manual/signal.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/signal.texi b/manual/signal.texi
index c300a3c9df..8a12baf044 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