OSDN Git Service

(split) LDP_man-pages: update original to v3.34.
[linuxjm/LDP_man-pages.git] / original / man2 / signalfd.2
index 05d3b08..d114f16 100644 (file)
@@ -183,8 +183,8 @@ struct signalfd_siginfo {
     uint32_t ssi_trapno;  /* Trap number that caused signal */
 .\" ssi_trapno is unused on most arches
     int32_t  ssi_status;  /* Exit status or signal (SIGCHLD) */
-    int32_t  ssi_int;     /* Integer sent by sigqueue(2) */
-    uint64_t ssi_ptr;     /* Pointer sent by sigqueue(2) */
+    int32_t  ssi_int;     /* Integer sent by sigqueue(3) */
+    uint64_t ssi_ptr;     /* Pointer sent by sigqueue(3) */
     uint64_t ssi_utime;   /* User CPU time consumed (SIGCHLD) */
     uint64_t ssi_stime;   /* System CPU time consumed (SIGCHLD) */
     uint64_t ssi_addr;    /* Address that generated signal
@@ -352,7 +352,7 @@ In kernels before 2.6.25, the
 and
 .I ssi_int
 fields are not filled in with the data accompanying a signal sent by
-.BR sigqueue (2).
+.BR sigqueue (3).
 .\" The fix also was put into 2.6.24.5
 .SH EXAMPLE
 The program below accepts the signals