Ignore:
Timestamp:
05/30/2005 09:58:46 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fb3dd289
Parents:
99b1c520
Message:

Removed excess spaces from the ends of lines in the source files

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4524 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnupg.xml

    r99b1c520 r0afcfa88  
    3030    <title>Introduction to GnuPG</title>
    3131
    32     <para>The <application>GnuPG</application> package contains a 
    33     public/private key encryptor. This is becoming useful for signing 
    34     files or emails as proof of identity and preventing tampering with 
     32    <para>The <application>GnuPG</application> package contains a
     33    public/private key encryptor. This is becoming useful for signing
     34    files or emails as proof of identity and preventing tampering with
    3535    contents of the file or email.</para>
    3636
     
    6161    <itemizedlist spacing='compact'>
    6262      <listitem>
    63         <para>Required Patch: <ulink 
     63        <para>Required Patch: <ulink
    6464        url="&patch-root;/gnupg-&gnupg-version;-po_install_fix-1.patch"/>
    6565      </para>
     
    7171
    7272    <bridgehead renderas="sect4">Optional</bridgehead>
    73     <para><xref linkend="openldap"/>, 
    74     <xref linkend="libusb"/>, 
    75     <xref linkend="curl"/>, 
    76     <ulink url="../server/mail.html">MTA</ulink>, 
    77     <xref linkend="docbook-utils"/> and <ulink 
     73    <para><xref linkend="openldap"/>,
     74    <xref linkend="libusb"/>,
     75    <xref linkend="curl"/>,
     76    <ulink url="../server/mail.html">MTA</ulink>,
     77    <xref linkend="docbook-utils"/> and <ulink
    7878    url="http://www.oasis-open.org/docbook/tools/dtm/">docbook-to-man</ulink></para>
    7979
     
    8383    <title>Installation of GnuPG</title>
    8484
    85     <para>Install <application>GnuPG</application> by running the following 
     85    <para>Install <application>GnuPG</application> by running the following
    8686    commands:</para>
    8787
     
    104104    <filename class="directory">/usr/libexec</filename>.</para>
    105105
    106     <para><command>chmod -v 4755 /usr/bin/gpg</command>: 
    107     <command>gpg</command> is installed setuid root to avoid swapping 
     106    <para><command>chmod -v 4755 /usr/bin/gpg</command>:
     107    <command>gpg</command> is installed setuid root to avoid swapping
    108108    out sensitive data.</para>
    109109
Note: See TracChangeset for help on using the changeset viewer.