Changeset 2d2793d for postlfs


Ignore:
Timestamp:
12/04/2023 07:29:08 PM (5 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
df0fbdb
Parents:
b6a9cf77
Message:

cryptsetup: Add Asciidoctor as an optional dependency

Also reword the command explanations, adjust some spacing in the short
descriptions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cryptsetup.xml

    rb6a9cf77 r2d2793d  
    9090    <bridgehead renderas="sect4">Optional</bridgehead>
    9191    <para role="optional">
     92      <xref linkend="asciidoctor"/>,
    9293      <xref linkend="libpwquality"/>,
    9394      <ulink url="https://github.com/P-H-C/phc-winner-argon2">argon2</ulink>,
     
    124125    </para>
    125126
    126 <screen><userinput>
    127 ./configure --prefix=/usr       \
     127<screen><userinput>./configure --prefix=/usr       \
    128128            --disable-ssh-token \
    129129            --disable-asciidoc  &amp;&amp;
     
    178178
    179179    <para>
    180       <option>--disable-ssh-token</option>:  This option is required if
     180      <parameter>--disable-ssh-token</parameter>:  This switch is required if
    181181      the optional libssh dependency is not installed.
    182182    </para>
    183183   
    184184    <para>
    185       <option>--disable-asciidoc</option>:  This option disables
    186       regeneration of the man pages.
     185      <parameter>--disable-asciidoc</parameter>: This switch disables
     186      regeneration of the man pages. Remove this switch if you have
     187      <xref linkend="asciidoctor" role="nodep"/> installed and wish to
     188      regenerate the man pages.
    187189    </para>
    188190  </sect2>
     
    234236        <listitem>
    235237          <para>
    236              is used to setup dm-crypt managed device-mapper mappings
     238            is used to setup dm-crypt managed device-mapper mappings
    237239          </para>
    238240          <indexterm zone="cryptsetup cryptsetup-prog">
     
    246248        <listitem>
    247249          <para>
    248              is a tool for offline LUKS device re-encryption
     250            is a tool for offline LUKS device re-encryption
    249251          </para>
    250252          <indexterm zone="cryptsetup cryptsetup-reencrypt">
     
    258260        <listitem>
    259261          <para>
    260              is a tool to manage dm-integrity (block level integrity) volumes
     262            is a tool to manage dm-integrity (block level integrity) volumes
    261263          </para>
    262264          <indexterm zone="cryptsetup integritysetup">
     
    270272        <listitem>
    271273          <para>
    272              is used to configure dm-verity managed device-mapper mappings.
    273              Device-mapper verity target provides read-only transparent integrity
    274              checking of block devices using kernel crypto API
     274            is used to configure dm-verity managed device-mapper mappings.
     275            The Device-mapper verity target provides read-only transparent
     276            integrity checking of block devices using the kernel crypto API
    275277          </para>
    276278          <indexterm zone="cryptsetup veritysetup">
Note: See TracChangeset for help on using the changeset viewer.