]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man*/: Update references to sigevent(7 => 3type)
authorAlejandro Colomar <alx@kernel.org>
Wed, 13 Sep 2023 23:30:37 +0000 (01:30 +0200)
committerAlejandro Colomar <alx@kernel.org>
Fri, 22 Sep 2023 15:50:48 +0000 (17:50 +0200)
Acked-by: Elliott Hughes <enh@google.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man2/timer_create.2
man3/aio_cancel.3
man3/aio_fsync.3
man3/aio_read.3
man3/aio_write.3
man3/getaddrinfo_a.3
man3/lio_listio.3
man3/mq_notify.3
man7/aio.7
man7/pthreads.7
man7/signal.7

index a3987bb1eba2f11ebdeb86419d0abf8771e3859e..2a6034d9b3cbe85664e092dbeeb64ed7aadbbb7a 100644 (file)
@@ -118,7 +118,7 @@ argument points to a
 structure that specifies how the caller
 should be notified when the timer expires.
 For the definition and general details of this structure, see
-.BR sigevent (7).
+.BR sigevent (3type).
 .PP
 The
 .I sevp.sigev_notify
@@ -134,7 +134,7 @@ Upon timer expiration, generate the signal
 .I sigev_signo
 for the process.
 See
-.BR sigevent (7)
+.BR sigevent (3type)
 for general details.
 The
 .I si_code
@@ -152,7 +152,7 @@ Upon timer expiration, invoke
 .I sigev_notify_function
 as if it were the start function of a new thread.
 See
-.BR sigevent (7)
+.BR sigevent (3type)
 for details.
 .TP
 .BR SIGEV_THREAD_ID " (Linux-specific)"
@@ -482,6 +482,6 @@ main(int argc, char *argv[])
 .BR clock_getcpuclockid (3),
 .BR pthread_getcpuclockid (3),
 .BR pthreads (7),
-.BR sigevent (7),
+.BR sigevent (3type),
 .BR signal (7),
 .BR time (7)
index d277838828d6fabbe99b6e890acf5917ce3edaf0..50a989a48ff511c01c2bc17dd8d3db755b256bef 100644 (file)
@@ -37,7 +37,7 @@ structure.)
 Normal asynchronous notification occurs for canceled requests (see
 .BR aio (7)
 and
-.BR sigevent (7)).
+.BR sigevent (3type)).
 The request return status
 .RB ( aio_return (3))
 is set to \-1, and the request error status
index e88720572dee81bd64cfecf8433562dbb0f24d69..3970d7585cc416b4af6aced1faf150c8f881f162 100644 (file)
@@ -52,7 +52,7 @@ that is used by this call is the
 field (a
 .I sigevent
 structure, described in
-.BR sigevent (7)),
+.BR sigevent (3type)),
 which indicates the desired type of asynchronous notification at completion.
 All other fields are ignored.
 .SH RETURN VALUE
@@ -109,4 +109,4 @@ POSIX.1-2001.
 .BR aio_write (3),
 .BR lio_listio (3),
 .BR aio (7),
-.BR sigevent (7)
+.BR sigevent (3type)
index fd71a2a668975cace2693c76cdb0570482038875..e7f7426e1494973bf385992dde211f35b14f51be 100644 (file)
@@ -59,7 +59,7 @@ The return status of a completed I/O operation can be obtained by
 Asynchronous notification of I/O completion can be obtained by setting
 .I aiocbp\->aio_sigevent
 appropriately; see
-.BR sigevent (7)
+.BR sigevent (3type)
 for details.
 .PP
 If
index e77fa35a068f3de5a5fa4b1fa6e2c4e079afe0b0..476ac8f699b3969e5173b54f6d739f12418039b0 100644 (file)
@@ -66,7 +66,7 @@ The return status of a completed I/O operation can be obtained
 Asynchronous notification of I/O completion can be obtained by setting
 .I aiocbp\->aio_sigevent
 appropriately; see
-.BR sigevent (7)
+.BR sigevent (3type)
 for details.
 .PP
 If
index 425d7f03423df1ee6f8ce0750f6608921b20b96b..0a706a32315b847440adb24458a0d19cdcb28c1d 100644 (file)
@@ -118,7 +118,7 @@ structure pointed to by the
 .I sevp
 argument.
 For the definition and general details of this structure, see
-.BR sigevent (7).
+.BR sigevent (3type).
 The
 .I sevp\->sigev_notify
 field can have the following values:
@@ -131,7 +131,7 @@ When a look-up completes, generate the signal
 .I sigev_signo
 for the process.
 See
-.BR sigevent (7)
+.BR sigevent (3type)
 for general details.
 The
 .I si_code
@@ -147,7 +147,7 @@ When a look-up completes, invoke
 .I sigev_notify_function
 as if it were the start function of a new thread.
 See
-.BR sigevent (7)
+.BR sigevent (3type)
 for details.
 .PP
 For
@@ -642,4 +642,4 @@ main(void)
 .BR lio_listio (3),
 .BR hostname (7),
 .BR ip (7),
-.BR sigevent (7)
+.BR sigevent (3type)
index 24adccfc943291d51bb64b00636887cfb7d92fd0..b59ca7eead7d7c6d2ca2feb4bedc3ca2c42bb6f5 100644 (file)
@@ -39,7 +39,7 @@ When all of the I/O operations complete, asynchronous notification occurs,
 as specified by the
 .I sevp
 argument; see
-.BR sigevent (7)
+.BR sigevent (3type)
 for details.
 If
 .I sevp
index d231fcbf7d89027dc1a30dfda2904045b9fc9214..dea8999b726e571f2f304cafe79dd1ccefa776d9 100644 (file)
@@ -29,7 +29,7 @@ argument is a pointer to a
 .I sigevent
 structure.
 For the definition and general details of this structure, see
-.BR sigevent (7).
+.BR sigevent (3type).
 .PP
 If
 .I sevp
@@ -54,7 +54,7 @@ for notification, but when a message arrives, no notification is sent.
 Notify the process by sending the signal specified in
 .IR sigev_signo .
 See
-.BR sigevent (7)
+.BR sigevent (3type)
 for general details.
 The
 .I si_code
@@ -75,7 +75,7 @@ Upon message delivery, invoke
 .I sigev_notify_function
 as if it were the start function of a new thread.
 See
-.BR sigevent (7)
+.BR sigevent (3type)
 for details.
 .PP
 Only one process can be registered to receive notification
@@ -270,4 +270,4 @@ main(int argc, char *argv[])
 .BR mq_send (3),
 .BR mq_unlink (3),
 .BR mq_overview (7),
-.BR sigevent (7)
+.BR sigevent (3type)
index 31edacf283456bc29eb298e9b37fc8e85d3ebc08..46c0e45972b56c9fb07ef16eecb0d5eb8b792916 100644 (file)
@@ -117,7 +117,7 @@ are
 and
 .BR SIGEV_THREAD .
 See
-.BR sigevent (7)
+.BR sigevent (3type)
 for further details.
 .TP
 .I aio_lio_opcode
index 50d211a9adba1405c192f81d992a519c27f219a2..16283fe5712b0c4e503c1b10454d86b9608d5db6 100644 (file)
@@ -904,7 +904,7 @@ bash$ $( LD_ASSUME_KERNEL=2.2.5 ldd /bin/ls | grep libc.so | \e
 .BR attributes (7),
 .BR futex (7),
 .BR nptl (7),
-.BR sigevent (7),
+.BR sigevent (3type),
 .BR signal (7)
 .PP
 Various Pthreads manual pages, for example:
index bd2aa8bff966cf0b17d49b1a5232b486b7a4e2a6..28713e635ff80f1d87890bda1214945e0f70cdf2 100644 (file)
@@ -1016,4 +1016,4 @@ because of how the CPU reports the forbidden operation to the kernel.
 .BR proc (5),
 .BR nptl (7),
 .BR pthreads (7),
-.BR sigevent (7)
+.BR sigevent (3type)