manual: Put the istrerrorname_np and strerrordesc_np return type in braces
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 7 Aug 2020 20:14:49 +0000 (17:14 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 7 Aug 2020 20:14:49 +0000 (17:14 -0300)
Otherwise it is not rendered or indexed correctly.

manual/errno.texi

index 7ac1554bb1f3803a310b4e8037194892a2f4933e..9879ab43e65ecfb7457b836059f677726618a84e 100644 (file)
@@ -1207,7 +1207,7 @@ to @code{errno}.
 The function @code{perror} is declared in @file{stdio.h}.
 @end deftypefun
 
-@deftypefun const char * strerrorname_np (int @var{errnum})
+@deftypefun {const char *} strerrorname_np (int @var{errnum})
 @standards{GNU, string.h}
 @safety{@mtsafe{}@assafe{}@acsafe{}}
 This function returns the name describing the error @var{errnum} or
@@ -1218,7 +1218,7 @@ for @code{EINVAL}).
 This function is a GNU extension, declared in the header file @file{string.h}.
 @end deftypefun
 
-@deftypefun const char * strerrordesc_np (int @var{errnum})
+@deftypefun {const char *} strerrordesc_np (int @var{errnum})
 @standards{GNU, string.h}
 @safety{@mtsafe{}@assafe{}@acsafe{}}
 This function returns the message describing the error @var{errnum} or