From 4b8f83361b08e3a383d2534c1fedf95734d4baa2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20M=C3=BCller?= Date: Thu, 15 May 2014 14:12:54 +0200 Subject: [PATCH] mount: fix tiny typo in man page adjust command to use /dev/loop3 as described in text Signed-off-by: Stephan Mueller --- sys-utils/mount.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index 489079dddc..be3c39393c 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 -- 2.47.2