OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / sigqueue.3
index e1d5860..2da8535 100644 (file)
@@ -85,7 +85,7 @@ On success,
 .BR sigqueue ()
 returns 0, indicating that the signal was successfully
 queued to the receiving process.
-Otherwise \-1 is returned and
+Otherwise, \-1 is returned and
 .I errno
 is set to indicate the error.
 .SH ERRORS
@@ -144,11 +144,11 @@ is initialized as follows:
 .in +4n
 .nf
 
-uinfo.si_signo = sig;      /* argument supplied to sigqueue() */
+uinfo.si_signo = sig;      /* Argument supplied to sigqueue() */
 uinfo.si_code = SI_QUEUE;
 uinfo.si_pid = getpid();   /* Process ID of sender */
 uinfo.si_uid = getuid();   /* Real UID of sender */
-uinfo.si_value = val;      /* argument supplied to sigqueue() */
+uinfo.si_value = val;      /* Argument supplied to sigqueue() */
 .fi
 .in
 .SH SEE ALSO
@@ -160,10 +160,11 @@ uinfo.si_value = val;      /* argument supplied to sigqueue() */
 .BR sigwait (3),
 .BR signal (7)
 .SH COLOPHON
-This page is part of release 3.65 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.