aboutsummaryrefslogtreecommitdiffstats
path: root/man3/aio_error.3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-03-06 21:49:17 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2022-03-06 21:49:17 +0100
commita42212d032be5fa0dcdccb5343e49edcc4681fb5 (patch)
tree1354f400f957e59982f49cc2fb8620115b75613c /man3/aio_error.3
parentc5a6dbf9df539c9337ae1b46907454a23ae5c762 (diff)
downloadman-pages-a42212d032be5fa0dcdccb5343e49edcc4681fb5.tar.gz
Various pages: Add LIBRARY section (librt)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3/aio_error.3')
-rw-r--r--man3/aio_error.35
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/aio_error.3 b/man3/aio_error.3
index 20f3edcb89..aa5ff69a78 100644
--- a/man3/aio_error.3
+++ b/man3/aio_error.3
@@ -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