]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/psignal.3
fuse.4: ffix
[thirdparty/man-pages.git] / man3 / psignal.3
index db2c43e33eceb9f6df7d096c77c883fed57246ff..e71da81de6d3646e22ce4fd304b11cbcd3057c91 100644 (file)
@@ -27,7 +27,7 @@
 .\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
 .\"     386BSD man pages
 .\" Modified Sat Jul 24 18:45:17 1993 by Rik Faith (faith@cs.unc.edu)
-.TH PSIGNAL 3  2016-03-15 "GNU" "Linux Programmer's Manual"
+.TH PSIGNAL 3  2017-09-15 "GNU" "Linux Programmer's Manual"
 .SH NAME
 psignal, psiginfo \- print signal message
 .SH SYNOPSIS
@@ -68,7 +68,7 @@ describing the signal number \fIsig\fP, and a trailing newline.
 If the string \fIs\fP is NULL or empty, the colon and space are omitted.
 If \fIsig\fP is invalid,
 the message displayed will indicate an unknown signal.
-
+.PP
 The
 .BR psiginfo ()
 function is like
@@ -89,7 +89,7 @@ and the user ID and process ID of the sender, for signals set using
 .BR kill (2)
 or
 .BR sigqueue (3)).
-
+.PP
 The array \fIsys_siglist\fP holds the signal description strings
 indexed by signal number.
 .SH RETURN VALUE
@@ -115,7 +115,7 @@ T{
 .BR psiginfo ()
 T}     Thread safety   MT-Safe locale
 .TE
-
+.sp 1
 .SH CONFORMING TO
 POSIX.1-2008, 4.3BSD.
 .SH BUGS