fix misplaced "Link with" text.

This commit is contained in:
Michael Kerrisk 2008-05-14 11:47:44 +00:00
parent b77e081d31
commit 8d3d329b05
1 changed files with 2 additions and 2 deletions

View File

@ -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