diff --git a/man3/aio_suspend.3 b/man3/aio_suspend.3 index d37960fb5..36d6d7602 100644 --- a/man3/aio_suspend.3 +++ b/man3/aio_suspend.3 @@ -23,8 +23,6 @@ .TH AIO_SUSPEND 3 2003-11-14 "" "Linux Programmer's Manual" .SH NAME aio_suspend \- wait for asynchronous I/O operation or timeout -.sp -Link with \fI\-lrt\fP. .SH SYNOPSIS .nf .sp @@ -33,6 +31,8 @@ Link with \fI\-lrt\fP. .BI "int aio_suspend(const struct aiocb * const " cblist [], .br .BI " int " n ", const struct timespec *" timeout ); +.sp +Link with \fI\-lrt\fP. .fi .SH DESCRIPTION The