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/rust.xml

    r4a80a67 r4c24eb0a  
    582582        <listitem>
    583583          <para>
    584             provides lint checks for a cargo package.
     584            provides lint checks for a cargo package
    585585          </para>
    586586          <indexterm zone="rust cargo-clippy">
     
    595595          <para>
    596596            formats all bin and lib files of the current crate using
    597             rustfmt.
     597            rustfmt
    598598          </para>
    599599          <indexterm zone="rust cargo-fmt">
     
    621621        <listitem>
    622622          <para>
    623             is the Package Manager for Rust.
     623            is the Package Manager for Rust
    624624          </para>
    625625          <indexterm zone="rust cargo">
     
    633633        <listitem>
    634634          <para>
    635             provides lint checks for Rust.
     635            provides lint checks for Rust
    636636          </para>
    637637          <indexterm zone="rust clippy-driver">
     
    646646          <para>
    647647            is an interpreter for Rust's mid-level intermediate representation
    648             (MIR). It is broken in this version.
     648            (MIR). It is broken in this version
    649649          </para>
    650650          <indexterm zone="rust miri">
     
    660660            is the Rust Language Server. This can run in the background to
    661661            provide IDEs, editors, and other tools with information about Rust
    662             programs.
     662            programs
    663663          </para>
    664664          <indexterm zone="rust rls">
     
    672672        <listitem>
    673673          <para>
    674             is a wrapper script for gdb, pulling in Python
    675             pretty-printing modules installed in <filename
    676                         class="directory">/opt/rustc-&rust-version;/lib/rustlib/etc</filename>.
     674            is a wrapper script for gdb, pulling in Python pretty-printing
     675            modules installed in
     676            <filename class="directory">/opt/rustc-&rust-version;/lib/rustlib/etc</filename>
    677677          </para>
    678678          <indexterm zone="rust rust-gdb">
     
    687687          <para>
    688688            is a wrapper script for a graphical front end to gdb that runs in a
    689             browser.
     689            browser
    690690          </para>
    691691          <indexterm zone="rust rust-gdbgui">
     
    700700          <para>
    701701            is a wrapper script for LLDB (the LLVM debugger)
    702             pulling in the Python pretty-printing modules.
     702            pulling in the Python pretty-printing modules
    703703          </para>
    704704          <indexterm zone="rust rust-lldb">
     
    712712        <listitem>
    713713          <para>
    714             is the rust compiler.
     714            is the rust compiler
    715715          </para>
    716716          <indexterm zone="rust rustc">
     
    724724        <listitem>
    725725          <para>
    726             generates documentation from rust source code.
     726            generates documentation from rust source code
    727727          </para>
    728728          <indexterm zone="rust rustdoc">
     
    736736        <listitem>
    737737          <para>
    738             formats rust code.
     738            formats rust code
    739739          </para>
    740740          <indexterm zone="rust rustfmt">
     
    748748        <listitem>
    749749          <para>
    750             is the Rust Standard Library, the foundation of portable Rust software.
     750            is the Rust Standard Library, the foundation of portable Rust software
    751751          </para>
    752752          <indexterm zone="rust libstd">
     
    757757    </variablelist>
    758758  </sect2>
     759
    759760</sect1>
Note: See TracChangeset for help on using the changeset viewer.