summaryrefslogtreecommitdiff
path: root/man/io_prep_pread.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/io_prep_pread.3')
-rw-r--r--man/io_prep_pread.35
1 files changed, 2 insertions, 3 deletions
diff --git a/man/io_prep_pread.3 b/man/io_prep_pread.3
index a4df182..6d66c0f 100644
--- a/man/io_prep_pread.3
+++ b/man/io_prep_pread.3
@@ -44,15 +44,14 @@ bytes of the file for which
is a descriptor are written to the buffer
starting at
.TP
-.IR "iocb->u.c.buf = buf"
-.
+.IR "iocb->u.c.buf = buf" .
.br
Reading starts at the absolute position
.TP
.IR "ioc->u.c.offset = offset"
in the file.
.PP
-This function returns immediately . To schedule the operation, the
+This function returns immediately. To schedule the operation, the
function
.IR io_submit
must be called.