]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/gsignal.3
man*/: srcfix (Use .P instead of .PP or .LP)
[thirdparty/man-pages.git] / man3 / gsignal.3
index ad04cf245dabb022857e03257e937b1e30d210ae..538837a63a2bfe2a3d9c9a568acb6569df88329b 100644 (file)
@@ -14,19 +14,19 @@ Standard C library
 .SH SYNOPSIS
 .nf
 .B #include <signal.h>
-.PP
+.P
 .B typedef void (*sighandler_t)(int);
-.PP
+.P
 .BI "[[deprecated]] int gsignal(int " signum );
-.PP
+.P
 .BI "[[deprecated]] sighandler_t ssignal(int " signum ", sighandler_t " action );
 .fi
-.PP
+.P
 .RS -4
 Feature Test Macro Requirements for glibc (see
 .BR feature_test_macros (7)):
 .RE
-.PP
+.P
 .BR gsignal (),
 .BR ssignal ():
 .nf
@@ -43,7 +43,7 @@ aliases for
 and
 .BR signal (2),
 respectively.
-.PP
+.P
 Elsewhere, on System V-like systems, these functions implement
 software signaling, entirely independent of the classical
 .BR signal (2)