aboutsummaryrefslogtreecommitdiffstats
path: root/man3/sigqueue.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sigqueue.3')
-rw-r--r--man3/sigqueue.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/sigqueue.3 b/man3/sigqueue.3
index 567dd18b30..a7515b343a 100644
--- a/man3/sigqueue.3
+++ b/man3/sigqueue.3
@@ -153,9 +153,9 @@ Inside the glibc
wrapper, this argument,
.IR uinfo ,
is initialized as follows:
+.PP
.in +4n
-.nf
-
+.EX
uinfo.si_signo = sig; /* Argument supplied to sigqueue() */
uinfo.si_code = SI_QUEUE;
uinfo.si_pid = getpid(); /* Process ID of sender */