OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / strsignal.3
index 89c0b5a..00e372a 100644 (file)
@@ -61,11 +61,14 @@ _GNU_SOURCE
 The
 .BR strsignal ()
 function returns a string describing the signal
-number passed in the argument \fIsig\fP.
+number passed in the argument
+.IR sig .
 The string can be used only until the next call to
 .BR strsignal ().
 .PP
-The array \fIsys_siglist\fP holds the signal description strings
+The array
+.I sys_siglist
+holds the signal description strings
 indexed by signal number.
 The
 .BR strsignal ()
@@ -76,11 +79,20 @@ The
 .BR strsignal ()
 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 NULL pointer may be
-returned instead for an invalid signal number.
+On some systems (but not on Linux), NULL may instead be
+returned for an invalid signal number.
 .SH CONFORMING TO
 POSIX.1-2008.
 Present on Solaris and the BSDs.
 .SH SEE ALSO
 .BR psignal (3),
 .BR strerror (3)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.