summaryrefslogtreecommitdiffstats
path: root/man3/aio_error.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man3/aio_error.35
1 files changed, 2 insertions, 3 deletions
diff --git a/man3/aio_error.3 b/man3/aio_error.3
index 77d33e0..9f8bf8c 100644
--- a/man3/aio_error.3
+++ b/man3/aio_error.3
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: GPL-2.0-or-later
.\"
-.TH aio_error 3 2023-07-20 "Linux man-pages 6.05.01"
+.TH aio_error 3 2023-10-31 "Linux man-pages 6.7"
.SH NAME
aio_error \- get error status of asynchronous I/O operation
.SH LIBRARY
@@ -12,7 +12,7 @@ Real-time library
.SH SYNOPSIS
.nf
.B "#include <aio.h>"
-.PP
+.P
.BI "int aio_error(const struct aiocb *" aiocbp );
.fi
.SH DESCRIPTION
@@ -76,7 +76,6 @@ T{
.BR aio_error ()
T} Thread safety MT-Safe
.TE
-.sp 1
.SH STANDARDS
POSIX.1-2008.
.SH HISTORY