Add "Link with -laio" to SYNOPSIS.

Fih includes in SYNOPSIS.
This commit is contained in:
Michael Kerrisk 2007-06-15 05:47:08 +00:00
parent fc15f317eb
commit 5537bcf8d3
1 changed files with 4 additions and 1 deletions

View File

@ -27,13 +27,16 @@ io_submit \- submit asynchronous I/O blocks for processing
.nf
.\" .ad l
.\" .hy 0
.B #include <linux/aio.h>
.B #include <libaio.h>
.\" #include <linux/aio.h>
.sp
.\" .HP 16
.BI "int io_submit(aio_context_t " ctx_id ", long " nr \
", struct iocb **" iocbpp );
.\" .ad
.\" .hy
.sp
Link with \fI-laio\fP.
.fi
.SH "DESCRIPTION"
.PP