diff options
Diffstat (limited to 'manual/signal.texi')
-rw-r--r-- | manual/signal.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/signal.texi b/manual/signal.texi index 4009ff4..c300a3c 100644 --- a/manual/signal.texi +++ b/manual/signal.texi @@ -882,7 +882,7 @@ This function is a BSD feature, declared in the header file @file{signal.h}. @deftypefun void sigdescr_np (int @var{signum}) @standards{GNU, string.h} -@safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}} +@safety{@mtsafe{}@assafe{}@acsafe{}} This function returns the message describing the signal @var{signum} or @code{NULL} for invalid signal number (e.g "Hangup" for @code{SIGHUP}). Different than @code{strsignal} the returned description is not translated. @@ -895,7 +895,7 @@ This function is a GNU extension, declared in the header file @file{string.h}. @deftypefun void sigabbrev_np (int @var{signum}) @standards{GNU, string.h} -@safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}} +@safety{@mtsafe{}@assafe{}@acsafe{}} This function returns the abbreviation describing the signal @var{signum} or @code{NULL} for invalid signal number. The message points to a static storage whose lifetime is the whole lifetime of the program. |