]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - sys-utils/losetup.8
man: make tilde and caret characters to render correctly
[thirdparty/util-linux.git] / sys-utils / losetup.8
index 3d03e513f60a2b2b47c26de272e4bb0b30de5235..cee17f19e4c91ae89730c2ccb86f50e210be9681 100644 (file)
@@ -205,8 +205,8 @@ loop control device
 The following commands can be used as an example of using the loop device.
 .nf
 .IP
-# dd if=/dev/zero of=~/file.img bs=1024k count=10
-# losetup \-\-find \-\-show ~/file.img
+# dd if=/dev/zero of=\(ti/file.img bs=1024k count=10
+# losetup \-\-find \-\-show \(ti/file.img
 /dev/loop0
 # mkfs \-t ext2 /dev/loop0
 # mount /dev/loop0 /mnt