loop.4: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-01-21 21:03:58 +01:00
parent 38ad865260
commit eb39881da1
1 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ This operation takes no argument.
Set DIRECT IO mode on the loop device.
So it can be used to open backing file.
The (third)
.BR ioctl(2)
.BR ioctl (2)
argument is an unsigned long value.
non-zero represents direct IO mode.
.TP
@ -166,7 +166,7 @@ non-zero represents direct IO mode.
.\" commit 89e4fdecb51cf5535867026274bc97de9480ade5
Set the block size of the loop device.
The (third)
.BR ioctl(2)
.BR ioctl (2)
argument is an unsigned long value.
This value must be 2 to the power of N
and in range [512,pagesize].