diff options
Diffstat (limited to 'man4/loop.4')
| -rw-r--r-- | man4/loop.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man4/loop.4 b/man4/loop.4 index 07b6be8f1b..fa5aa76bd0 100644 --- a/man4/loop.4 +++ b/man4/loop.4 @@ -271,11 +271,11 @@ struct loop_info64 { Since Linux 3.1, .\" commit 770fe30a46a12b6fb6b63fbe1737654d28e84844 the kernel provides the -.I /dev/loop-control +.I /dev/loop\-control device, which permits an application to dynamically find a free device, and to add and remove loop devices from the system. To perform these operations, one first opens -.IR /dev/loop-control +.IR /dev/loop\-control and then employs one of the following .BR ioctl (2) operations: @@ -308,7 +308,7 @@ If the device is in use, the call fails with the error The loop block special device files. .SH EXAMPLES The program below uses the -.I /dev/loop-control +.I /dev/loop\-control device to find a free loop device, opens the loop device, opens a file to be used as the underlying storage for the device, and then associates the loop device with the backing store. |
