Ignore:
Timestamp:
11/13/2015 02:24:57 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
9fd7f516
Parents:
6c91a92a
Message:
  • mupdf-1.8: minor reformat.
  • removing spaces from EOL, from Denis Mugnier.
  • BLFS/trunk/BOOK/kde/add/kdepim-runtime.xml: needed to fix to validate the book. One chunck had been removed. Bruce, please check if it is OK, now.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/valgrind.xml

    r6c91a92a rf3429309  
    3535      automatically detect many memory management and threading bugs, and
    3636      profile programs in detail. Valgrind can also be used to build new
    37       tools. 
     37      tools.
    3838    </para>
    3939
     
    7979    <para role="optional">
    8080      <xref linkend="boost"/>,
    81       <xref linkend="llvm"/> (with Clang), 
     81      <xref linkend="llvm"/> (with Clang),
    8282      <xref linkend="gdb"/> (for tests), and
    8383      <ulink url="http://www.openmp.org">OpenMP</ulink>
     
    8686    <bridgehead renderas="sect4">Optional for regenerating the documentation</bridgehead>
    8787    <para role="optional">
    88       <xref linkend="libxslt"/> and 
     88      <xref linkend="libxslt"/> and
    8989      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
    9090    </para>
     
    148148      <seglistitem>
    149149        <seg>
    150           callgrind_annotate, 
    151           callgrind_control, 
    152           cg_annotate, 
    153           cg_diff, 
    154           cg_merge, 
    155           ms_print, 
    156           valgrind, 
     150          callgrind_annotate,
     151          callgrind_control,
     152          cg_annotate,
     153          cg_diff,
     154          cg_merge,
     155          ms_print,
     156          valgrind,
    157157          valgrind-di-server,
    158           valgrind-listener, and 
     158          valgrind-listener, and
    159159          vgdb
    160160        </seg>
     
    175175        <seg>
    176176          /usr/lib/valgrind,
    177           /usr/include/valgrind, and 
     177          /usr/include/valgrind, and
    178178          /usr/share/doc/valgrind-&valgrind-version;
    179179        </seg>
     
    216216        <listitem>
    217217          <para>
    218             controls programs being run by the <application>Valgrind</application> 
     218            controls programs being run by the <application>Valgrind</application>
    219219            tool Callgrind.
    220220          </para>
     
    229229        <listitem>
    230230          <para>
    231             is a post-processing tool for the <application>Valgrind</application> 
     231            is a post-processing tool for the <application>Valgrind</application>
    232232            tool Cachegrind.
    233233          </para>
     
    279279        <listitem>
    280280          <para>
    281             is a server that reads debuginfo from objects stored on a 
     281            is a server that reads debuginfo from objects stored on a
    282282            different machine.
    283283          </para>
Note: See TracChangeset for help on using the changeset viewer.