aboutsummaryrefslogtreecommitdiffstats
path: root/man2/sigqueue.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/sigqueue.2')
-rw-r--r--man2/sigqueue.28
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/sigqueue.2 b/man2/sigqueue.2
index 12d1e97c8c..3590cf5d9d 100644
--- a/man2/sigqueue.2
+++ b/man2/sigqueue.2
@@ -136,11 +136,11 @@ is initialized as follows:
.in +4n
.nf
-info.si_signo = sig; // argument supplied to sigqueue()
+info.si_signo = sig; /* argument supplied to sigqueue() */
info.si_code = SI_QUEUE;
-info.si_pid = getpid();
-info.si_uid = getuid();
-info.si_value = val; // argument supplied to sigqueue()
+info.si_pid = getpid(); /* Process ID of sender */
+info.si_uid = getuid(); /* Real UID of sender */
+info.si_value = val; /* argument supplied to sigqueue() */
.fi
.in
.SH "SEE ALSO"