Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/liburcu.xml

    r5431aad r3f2db3a6  
    77  <!ENTITY liburcu-download-http "https://lttng.org/files/urcu/userspace-rcu-&liburcu-version;.tar.bz2">
    88  <!ENTITY liburcu-download-ftp  " ">
    9   <!ENTITY liburcu-md5sum        "8cb75dbb05774c03e66c63cb3186dd59">
    10   <!ENTITY liburcu-size          "596 KB">
    11   <!ENTITY liburcu-buildsize     "20 MB (with tests)">
    12   <!ENTITY liburcu-time          "0.2 SBU (with tests)">
     9  <!ENTITY liburcu-md5sum        "e76e7f8ddce0f229cbd870e7ff39193e">
     10  <!ENTITY liburcu-size          "600 KB">
     11  <!ENTITY liburcu-buildsize     "22 MB (with tests)">
     12  <!ENTITY liburcu-time          "0.3 SBU (with tests)">
    1313
    1414]>
     
    1717  <?dbhtml filename="liburcu.html"?>
    1818
    19   <sect1info>
    20     <date>$Date$</date>
    21   </sect1info>
    2219
    2320  <title>liburcu-&liburcu-version;</title>
     
    3128
    3229    <para>
    33       The <application>userspace-rcu</application> package provides 
    34       a set of userspace RCU (read-copy-update) libraries. These data synchronization 
    35       libraries provide read-side access which scales linearly with the number of cores. 
    36       It does so by allowing multiples copies of a given data structure to live at 
    37       the same time, and by monitoring the data structure accesses to detect grace 
     30      The <application>userspace-rcu</application> package provides
     31      a set of userspace RCU (read-copy-update) libraries. These data synchronization
     32      libraries provide read-side access which scales linearly with the number of cores.
     33      It does so by allowing multiples copies of a given data structure to live at
     34      the same time, and by monitoring the data structure accesses to detect grace
    3835      periods after which memory reclamation is possible.
    3936    </para>
    4037
    41     &lfs110a_checked;
     38    &lfs112_checked;
    4239
    4340    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9491
    9592    <para>
    96       To test the results, issue: <command>make check</command>. 
     93      To test the results, issue: <command>make check</command>.
    9794    </para>
    9895
     
    127124        </seg>
    128125        <seg>
     126          /usr/include/urcu and
    129127          /usr/share/doc/liburcu-&liburcu-version;
    130128        </seg>
     
    141139        <listitem>
    142140          <para>
    143             provides for 
     141            provides for
    144142          </para>
    145143          <indexterm zone="liburcu liburcu-lib">
Note: See TracChangeset for help on using the changeset viewer.