Ignore:
Timestamp:
09/06/2021 05:42:49 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fef4473
Parents:
7999839
Message:

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cryptsetup.xml

    r7999839 r8558044  
    3131    <para>
    3232      cryptsetup is used to set up transparent encryption of block devices
    33       using the kernel crypto API. 
     33      using the kernel crypto API.
    3434    </para>
    3535
     
    112112    </para>
    113113
    114 <screen><literal>Device Drivers  ---&gt;         
     114<screen><literal>Device Drivers  ---&gt;
    115115  [*] Multiple devices driver support (RAID and LVM) ---&gt; [CONFIG_MD]
    116116       &lt;*/M&gt; Device mapper support                        [CONFIG_BLK_DEV_DM]
    117117       &lt;*/M&gt; Crypt target support                         [CONFIG_DM_CRYPT]
    118118
    119 Cryptographic API  ---&gt;                                   
     119Cryptographic API  ---&gt;
    120120  &lt;*/M&gt; XTS support                                       [CONFIG_CRYPTO_XTS]
    121121  &lt;*/M&gt; SHA224 and SHA256 digest algorithm                [CONFIG_CRYPTO_SHA256]
     
    137137<!-- No longer needed with 2.3.2
    138138    <para>
    139       First, apply a patch to fix a build problem caused by API changes in 
     139      First, apply a patch to fix a build problem caused by API changes in
    140140      <xref role="nodep" linkend="json-c"/>:
    141141    </para>
     
    156156      class="username">root</systemitem> user: <command>make check</command>.
    157157      Some tests will fail if appropriate kernel configuration options are not
    158       set. Some additional options that may be needed for tests are: 
     158      set. Some additional options that may be needed for tests are:
    159159      CONFIG_SCSI_LOWLEVEL,
    160160      CONFIG_SCSI_DEBUG,
     
    174174      CONFIG_CRYPTO_SERPENT_AVX_X86_64,
    175175      CONFIG_CRYPTO_SERPENT_AVX2_X86_64, and
    176       CONFIG_CRYPTO_TWOFISH_X86_64. 
    177       <!--I still had 5 of 19 tests fail after adding the above crypto options in the 
     176      CONFIG_CRYPTO_TWOFISH_X86_64.
     177      <!--I still had 5 of 19 tests fail after adding the above crypto options in the
    178178      kernel.  bdubbs -->
    179179    </para>
     
    224224        </seg>
    225225        <seg>
    226           None         
     226          None
    227227        </seg>
    228228      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.