]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/strsignal.3
Automated unformatting of parentheses using unformat_parens.sh
[thirdparty/man-pages.git] / man3 / strsignal.3
index c68e4e57c8509d0e198ff7e6ccb3c3daa9964859..120fb1ae588b8c35845610e2db515e8e45dc0bb0 100644 (file)
@@ -39,15 +39,15 @@ strsignal \- return string describing signal
 .BI "extern const char * const " sys_siglist [];
 .fi
 .SH DESCRIPTION
-The \fBstrsignal()\fP function returns a string describing the signal
+The \fBstrsignal\fP() function returns a string describing the signal
 number passed in the argument \fIsig\fP.  The string can only be used
-until the next call to \fBstrsignal()\fP.
+until the next call to \fBstrsignal\fP().
 .PP
 The array \fIsys_siglist\fP holds the signal description strings
-indexed by signal number.  The \fBstrsignal()\fP function should be
+indexed by signal number.  The \fBstrsignal\fP() function should be
 used if possible instead of this array.
 .SH "RETURN VALUE"
-The \fBstrsignal()\fP function returns the appropriate description
+The \fBstrsignal\fP() function returns the appropriate description
 string, or an unknown signal message if the signal number is invalid.
 On some systems (but not on Linux), a \fBNULL\fP pointer may be
 returned instead for an invalid signal number.