From 8d3d329b054601790da086bd8a543a4f0f5aacb2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 14 May 2008 11:47:44 +0000 Subject: [PATCH] fix misplaced "Link with" text. --- man3/aio_suspend.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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