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
  • general/prog/git.xml

    r4a80a67 r4c24eb0a  
    370370        <listitem>
    371371          <para>
    372             is the stupid content tracker.
     372            is the stupid content tracker
    373373          </para>
    374374          <indexterm zone="git git-prog">
     
    382382        <listitem>
    383383          <para>
    384             is a CVS server emulator for <application>Git</application>.
     384            is a CVS server emulator for <application>Git</application>
    385385          </para>
    386386          <indexterm zone="git git-cvsserver">
     
    395395          <para>
    396396            is a graphical <application>Git</application> repository browser
    397             (needs <xref linkend="tk"/>).
     397            (needs <xref linkend="tk"/>)
    398398          </para>
    399399          <indexterm zone="git gitk">
     
    408408          <para>
    409409            is invoked by <command>git send-pack</command> and updates the
    410             repository with the information fed from the remote end.
     410            repository with the information fed from the remote end
    411411          </para>
    412412          <indexterm zone="git git-receive-pack">
     
    421421          <para>
    422422            is a login shell for SSH accounts to provide restricted Git
    423             access.
     423            access
    424424          </para>
    425425          <indexterm zone="git git-shell">
     
    434434          <para>
    435435            is invoked by <command>git archive --remote</command> and sends
    436             a generated archive to the other end over the git protocol.
     436            a generated archive to the other end over the git protocol
    437437          </para>
    438438          <indexterm zone="git git-upload-archive">
     
    448448            is invoked by <command>git fetch-pack</command>, it discovers
    449449            what objects the other side is missing, and sends them after
    450             packing.
     450            packing
    451451          </para>
    452452          <indexterm zone="git git-upload-pack">
Note: See TracChangeset for help on using the changeset viewer.