]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Various pages: Add LIBRARY section (librt)
authorAlejandro Colomar <alx.manpages@gmail.com>
Sun, 6 Mar 2022 20:49:17 +0000 (21:49 +0100)
committerAlejandro Colomar <alx.manpages@gmail.com>
Sun, 6 Mar 2022 20:49:17 +0000 (21:49 +0100)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man3/aio_cancel.3
man3/aio_error.3
man3/aio_fsync.3
man3/aio_init.3
man3/aio_read.3
man3/aio_return.3
man3/aio_suspend.3
man3/aio_write.3
man3/lio_listio.3

index a84b758de6df78b827eb05550b269de4fd0e45d6..6dca1259bd114dd78c8b9342d3743d3ee43bda56 100644 (file)
@@ -5,13 +5,14 @@
 .TH AIO_CANCEL 3 2021-03-22  "" "Linux Programmer's Manual"
 .SH NAME
 aio_cancel \- cancel an outstanding asynchronous I/O request
+.SH LIBRARY
+Real-time library
+.RI ( librt ", " -lrt )
 .SH SYNOPSIS
 .nf
 .B "#include <aio.h>"
 .PP
 .BI "int aio_cancel(int " fd ", struct aiocb *" aiocbp );
-.PP
-Link with \fI\-lrt\fP.
 .fi
 .SH DESCRIPTION
 The
index 20f3edcb8977050f5dfcedac215ac3abfb30cb44..aa5ff69a78e6a2b6ad25dc71b7928ed4c6276ff0 100644 (file)
@@ -5,13 +5,14 @@
 .TH AIO_ERROR 3 2021-03-22  "" "Linux Programmer's Manual"
 .SH NAME
 aio_error \- get error status of asynchronous I/O operation
+.SH LIBRARY
+Real-time library
+.RI ( librt ", " -lrt )
 .SH SYNOPSIS
 .nf
 .B "#include <aio.h>"
 .PP
 .BI "int aio_error(const struct aiocb *" aiocbp );
-.PP
-Link with \fI\-lrt\fP.
 .fi
 .SH DESCRIPTION
 The
index 51c73cb177a53bd260f426f6530f1a1c007db5cd..409a3f6674cc965c69b0fbdbac9cae98459c97d4 100644 (file)
@@ -5,13 +5,14 @@
 .TH AIO_FSYNC 3 2021-03-22  "" "Linux Programmer's Manual"
 .SH NAME
 aio_fsync \- asynchronous file synchronization
+.SH LIBRARY
+Real-time library
+.RI ( librt ", " -lrt )
 .SH SYNOPSIS
 .nf
 .B "#include <aio.h>"
 .PP
 .BI "int aio_fsync(int " op ", struct aiocb *" aiocbp );
-.PP
-Link with \fI\-lrt\fP.
 .fi
 .SH DESCRIPTION
 The
index a4a6414c51fd6bac315fc74c175b276ed33e1722..ad8baf1001aafdc57f0c8f0249460d76a64d2b9f 100644 (file)
@@ -5,6 +5,9 @@
 .TH AIO_INIT 3  2020-08-13 "Linux" "Linux Programmer's Manual"
 .SH NAME
 aio_init \- asynchronous I/O initialization
+.SH LIBRARY
+Real-time library
+.RI ( librt ", " -lrt )
 .SH SYNOPSIS
 .nf
 .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
@@ -12,8 +15,6 @@ aio_init \- asynchronous I/O initialization
 .PP
 .BI "void aio_init(const struct aioinit *" init );
 .fi
-.PP
-Link with \fI\-lrt\fP.
 .SH DESCRIPTION
 The GNU-specific
 .BR aio_init ()
index 37c988caabb89b47d52ceb3be903435208ef7680..d1eb89b019611aee90eb721746dfa69544b28c64 100644 (file)
@@ -5,13 +5,14 @@
 .TH AIO_READ 3 2021-03-22  "" "Linux Programmer's Manual"
 .SH NAME
 aio_read \- asynchronous read
+.SH LIBRARY
+Real-time library
+.RI ( librt ", " -lrt )
 .SH SYNOPSIS
 .nf
 .B "#include <aio.h>"
 .PP
 .BI "int aio_read(struct aiocb *" aiocbp );
-.PP
-Link with \fI\-lrt\fP.
 .fi
 .SH DESCRIPTION
 The
index 8531532b5631187a2591ecfb18312b9aabc575f7..1678298c33291a65c9182472b8e8f898f197fed7 100644 (file)
@@ -5,13 +5,14 @@
 .TH AIO_RETURN 3 2021-03-22  "" "Linux Programmer's Manual"
 .SH NAME
 aio_return \- get return status of asynchronous I/O operation
+.SH LIBRARY
+Real-time library
+.RI ( librt ", " -lrt )
 .SH SYNOPSIS
 .nf
 .B "#include <aio.h>"
 .PP
 .BI "ssize_t aio_return(struct aiocb *" aiocbp );
-.PP
-Link with \fI\-lrt\fP.
 .fi
 .SH DESCRIPTION
 The
index 5d91de5efddf1fe694da5e1d986fe37ac665dbd2..129aa04b7c5126232bca464d88fc40376d432216 100644 (file)
@@ -6,6 +6,9 @@
 .TH AIO_SUSPEND 3 2021-03-22  "" "Linux Programmer's Manual"
 .SH NAME
 aio_suspend \- wait for asynchronous I/O operation or timeout
+.SH LIBRARY
+Real-time library
+.RI ( librt ", " -lrt )
 .SH SYNOPSIS
 .nf
 .PP
@@ -13,8 +16,6 @@ aio_suspend \- wait for asynchronous I/O operation or timeout
 .PP
 .BI "int aio_suspend(const struct aiocb *const " aiocb_list "[], int " nitems ,
 .BI "                const struct timespec *restrict " timeout );
-.PP
-Link with \fI\-lrt\fP.
 .fi
 .SH DESCRIPTION
 The
index 9705ce268d237511d3577d07034a0f5210171c65..320ed690d56f08d0b2153e3ce21b970da1f2f827 100644 (file)
@@ -5,13 +5,14 @@
 .TH AIO_WRITE 3 2021-03-22  "" "Linux Programmer's Manual"
 .SH NAME
 aio_write \- asynchronous write
+.SH LIBRARY
+Real-time library
+.RI ( librt ", " -lrt )
 .SH SYNOPSIS
 .nf
 .B "#include <aio.h>"
 .PP
 .BI "int aio_write(struct aiocb *" aiocbp );
-.PP
-Link with \fI\-lrt\fP.
 .fi
 .SH DESCRIPTION
 The
index b28cd0a55d1352ede3f1a9006cb60f5a92ea2f49..24540fbe352612d6d538658d584ba86522ed40c0 100644 (file)
@@ -5,14 +5,15 @@
 .TH LIO_LISTIO  3 2021-03-22  "" "Linux Programmer's Manual"
 .SH NAME
 lio_listio \- initiate a list of I/O requests
+.SH LIBRARY
+Real-time library
+.RI ( librt ", " -lrt )
 .SH SYNOPSIS
 .nf
 .B "#include <aio.h>"
 .PP
 .BI "int lio_listio(int " mode ", struct aiocb *restrict const " aiocb_list [restrict],
 .BI "               int " nitems ", struct sigevent *restrict " sevp );
-.PP
-Link with \fI\-lrt\fP.
 .fi
 .SH DESCRIPTION
 The