]> git.tuebingen.mpg.de Git - aple.git/blobdiff - LVM.m4
LVM: Trivial formatting fix.
[aple.git] / LVM.m4
diff --git a/LVM.m4 b/LVM.m4
index bf130769e1ccf4e73513c292de25f47bcc59ab32..abd8243c13259ca77081d76e890108ca29c04c43 100644 (file)
--- a/LVM.m4
+++ b/LVM.m4
@@ -837,12 +837,12 @@ EXERCISES()
        target_args</code>. Determine the correct values for the first three
        arguments to encrypt <code> /dev/loop0</code>. </li>
 
-       <li> The <code> target_args </code> for the dm-crypt target are
-       of the form <code> cipher key iv_offset device offset</code>. To
-       encrypt <code> /dev/loop0 </code> with AES-256, <code> cipher </code>
-       is <code> aes</code>, device is <code> /dev/loop0 </code> and both
-       offsets are zero. Come up with an idea to create a 256 bit key from
-       a passphrase. </li>
+       <li> The <code>target_args</code> for the dm-crypt target are
+       of the form <code>cipher key iv_offset device offset</code>. To
+       encrypt <code>/dev/loop0</code> with AES-256, <code>cipher</code>
+       is <code>aes</code>, <code>device</code> is <code>/dev/loop0</code>
+       and both offsets are zero. Come up with an idea to create a 256 bit
+       key from a passphrase. </li>
 
        <li> The <code> create </code> subcommand of <code> dmsetup(8)
        </code> creates a device from the given table. Run a command of