Add "Link with -lrt" to SYNOPSIS.

This commit is contained in:
Michael Kerrisk 2008-04-25 06:35:53 +00:00
parent 54abed7086
commit 0ad25472b6
7 changed files with 14 additions and 0 deletions

View File

@ -27,6 +27,8 @@ aio_cancel \- cancel an outstanding asynchronous I/O request
.B "#include <aio.h>"
.sp
.BI "int aio_cancel(int " fd ", struct aiocb *" aiocbp );
.sp
Link with \fI\-lrt\fP.
.SH DESCRIPTION
The
.BR aio_cancel ()

View File

@ -27,6 +27,8 @@ aio_error \- get error status of asynchronous I/O operation
.B "#include <aio.h>"
.sp
.BI "int aio_error(const struct aiocb *" aiocbp );
.sp
Link with \fI\-lrt\fP.
.SH DESCRIPTION
The
.BR aio_error ()

View File

@ -27,6 +27,8 @@ aio_fsync \- asynchronous file synchronization
.B "#include <aio.h>"
.sp
.BI "int aio_fsync(int " op ", struct aiocb *" aiocbp );
.sp
Link with \fI\-lrt\fP.
.SH DESCRIPTION
The
.BR aio_fsync ()

View File

@ -27,6 +27,8 @@ aio_read \- asynchronous read
.B "#include <aio.h>"
.sp
.BI "int aio_read(struct aiocb *" aiocbp );
.sp
Link with \fI\-lrt\fP.
.SH DESCRIPTION
The
.BR aio_read ()

View File

@ -27,6 +27,8 @@ aio_return \- get return status of asynchronous I/O operation
.B "#include <aio.h>"
.sp
.BI "ssize_t aio_return(struct aiocb *" aiocbp );
.sp
Link with \fI\-lrt\fP.
.SH DESCRIPTION
The
.BR aio_return ()

View File

@ -23,6 +23,8 @@
.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

View File

@ -27,6 +27,8 @@ aio_write \- asynchronous write
.B "#include <aio.h>"
.sp
.BI "int aio_write(struct aiocb *" aiocbp );
.sp
Link with \fI\-lrt\fP.
.SH DESCRIPTION
The
.BR aio_write ()