Ignore:
Timestamp:
02/19/2021 03:20:16 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 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:
eff7423
Parents:
4a80a67
Message:

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssh.xml

    r4a80a67 r4c24eb0a  
    390390          <para>
    391391            is a file copy program that acts like <command>rcp</command> except
    392             it uses an encrypted protocol.
     392            it uses an encrypted protocol
    393393          </para>
    394394          <indexterm zone="openssh scp">
     
    402402        <listitem>
    403403          <para>
    404             is an FTP-like program that works over the SSH1 and SSH2 protocols.
     404            is an FTP-like program that works over the SSH1 and SSH2 protocols
    405405          </para>
    406406          <indexterm zone="openssh sftp">
     
    414414        <listitem>
    415415          <para>
    416             is a symlink to <command>ssh</command>.
     416            is a symlink to <command>ssh</command>
    417417          </para>
    418418          <indexterm zone="openssh slogin">
     
    427427          <para>
    428428            is an <command>rlogin</command>/<command>rsh</command>-like client
    429             program except it uses an encrypted protocol.
     429            program except it uses an encrypted protocol
    430430          </para>
    431431          <indexterm zone="openssh ssh">
     
    439439        <listitem>
    440440          <para>
    441             is a daemon that listens for <command>ssh</command> login requests.
     441            is a daemon that listens for <command>ssh</command> login requests
    442442          </para>
    443443          <indexterm zone="openssh sshd">
     
    451451        <listitem>
    452452          <para>
    453             is a tool which adds keys to the <command>ssh-agent</command>.
     453            is a tool which adds keys to the <command>ssh-agent</command>
    454454          </para>
    455455          <indexterm zone="openssh ssh-add">
     
    463463        <listitem>
    464464          <para>
    465             is an authentication agent that can store private keys.
     465            is an authentication agent that can store private keys
    466466          </para>
    467467          <indexterm zone="openssh ssh-agent">
     
    475475        <listitem>
    476476          <para>
    477             is a script that enables logins on remote machine using local keys.
     477            is a script that enables logins on remote machine using local keys
    478478          </para>
    479479          <indexterm zone="openssh ssh-copy-id">
     
    487487        <listitem>
    488488          <para>
    489             is a key generation tool.
     489            is a key generation tool
    490490          </para>
    491491          <indexterm zone="openssh ssh-keygen">
     
    499499        <listitem>
    500500          <para>
    501             is a utility for gathering public host keys from a number of hosts.
     501            is a utility for gathering public host keys from a number of hosts
    502502          </para>
    503503          <indexterm zone="openssh ssh-keyscan">
     
    509509    </variablelist>
    510510  </sect2>
     511
    511512</sect1>
Note: See TracChangeset for help on using the changeset viewer.