]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
io_submit.2: Minor tweaks to Adam Manzanares' patch
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 13 Aug 2018 15:07:01 +0000 (17:07 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 13 Aug 2018 15:07:01 +0000 (17:07 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/io_submit.2

index 5e45e8c1ccabc0e14e15d285a242759b0c43249a..7045b003b260f7d3745215aabc70d8f871a7fb91 100644 (file)
@@ -166,7 +166,9 @@ This is the size of the buffer pointed to by
 This is the file offset at which the I/O operation is to be performed.
 .TP
 .I aio_flags
-This is the set of flags associated with the iocb structure.
+This is the set of flags associated with the
+.I iocb
+structure.
 The valid values are:
 .RS
 .TP
@@ -183,7 +185,7 @@ Interpret the
 field as an
 .B IOPRIO_VALUE
 as defined by
-.IR linux/ioprio.h.
+.IR linux/ioprio.h .
 .RE
 .TP
 .I aio_resfd
@@ -220,11 +222,13 @@ field is invalid.
 is not implemented on this architecture.
 .TP
 .B EPERM
-The aio_reqprio field is set with the class
-.B IOPRIO_CLASS_RT
-, but the submitting context does not have the
+The
+.I aio_reqprio
+field is set with the class
+.BR IOPRIO_CLASS_RT ,
+but the submitting context does not have the
 .B CAP_SYS_ADMIN
-privilege.
+capability.
 .SH VERSIONS
 .PP
 The asynchronous I/O system calls first appeared in Linux 2.5.