From: Alejandro Colomar Date: Wed, 13 Sep 2023 23:30:37 +0000 (+0200) Subject: man*/: Update references to sigevent(7 => 3type) X-Git-Tag: man-pages-6.06~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b98e0e7a5eec220d4a00a5ed318b37582908eac;p=thirdparty%2Fman-pages.git man*/: Update references to sigevent(7 => 3type) Acked-by: Elliott Hughes Signed-off-by: Alejandro Colomar --- diff --git a/man2/timer_create.2 b/man2/timer_create.2 index a3987bb1eb..2a6034d9b3 100644 --- a/man2/timer_create.2 +++ b/man2/timer_create.2 @@ -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) diff --git a/man3/aio_cancel.3 b/man3/aio_cancel.3 index d277838828..50a989a48f 100644 --- a/man3/aio_cancel.3 +++ b/man3/aio_cancel.3 @@ -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 diff --git a/man3/aio_fsync.3 b/man3/aio_fsync.3 index e88720572d..3970d7585c 100644 --- a/man3/aio_fsync.3 +++ b/man3/aio_fsync.3 @@ -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) diff --git a/man3/aio_read.3 b/man3/aio_read.3 index fd71a2a668..e7f7426e14 100644 --- a/man3/aio_read.3 +++ b/man3/aio_read.3 @@ -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 diff --git a/man3/aio_write.3 b/man3/aio_write.3 index e77fa35a06..476ac8f699 100644 --- a/man3/aio_write.3 +++ b/man3/aio_write.3 @@ -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 diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3 index 425d7f0342..0a706a3231 100644 --- a/man3/getaddrinfo_a.3 +++ b/man3/getaddrinfo_a.3 @@ -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) diff --git a/man3/lio_listio.3 b/man3/lio_listio.3 index 24adccfc94..b59ca7eead 100644 --- a/man3/lio_listio.3 +++ b/man3/lio_listio.3 @@ -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 diff --git a/man3/mq_notify.3 b/man3/mq_notify.3 index d231fcbf7d..dea8999b72 100644 --- a/man3/mq_notify.3 +++ b/man3/mq_notify.3 @@ -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) diff --git a/man7/aio.7 b/man7/aio.7 index 31edacf283..46c0e45972 100644 --- a/man7/aio.7 +++ b/man7/aio.7 @@ -117,7 +117,7 @@ are and .BR SIGEV_THREAD . See -.BR sigevent (7) +.BR sigevent (3type) for further details. .TP .I aio_lio_opcode diff --git a/man7/pthreads.7 b/man7/pthreads.7 index 50d211a9ad..16283fe571 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -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: diff --git a/man7/signal.7 b/man7/signal.7 index bd2aa8bff9..28713e635f 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -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)