From: Stephan Müller Date: Thu, 15 May 2014 12:12:54 +0000 (+0200) Subject: mount: fix tiny typo in man page X-Git-Tag: v2.25-rc1~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b8f83361b08e3a383d2534c1fedf95734d4baa2;p=thirdparty%2Futil-linux.git mount: fix tiny typo in man page adjust command to use /dev/loop3 as described in text Signed-off-by: Stephan Mueller --- 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