adjust command to use /dev/loop3 as described in text Signed-off-by: Stephan Mueller <fruktopus@xxxxxxxxx> --- diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index 489079d..be3c393 100644 --- a/sys-utils/mount.8 +++ b/sys-utils/mount.8 @@ -2843,7 +2843,7 @@ One further possible type is a mount via the loop device. For example, the command .RS .sp -.B "mount /tmp/disk.img /mnt \-t vfat \-o loop=/dev/loop" +.B "mount /tmp/disk.img /mnt \-t vfat \-o loop=/dev/loop3" .sp .RE will set up the loop device -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html