Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/liburcu.xml

    r3f2db3a6 r5431aad  
    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        "e76e7f8ddce0f229cbd870e7ff39193e">
    10   <!ENTITY liburcu-size          "600 KB">
    11   <!ENTITY liburcu-buildsize     "22 MB (with tests)">
    12   <!ENTITY liburcu-time          "0.3 SBU (with tests)">
     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)">
    1313
    1414]>
     
    1717  <?dbhtml filename="liburcu.html"?>
    1818
     19  <sect1info>
     20    <date>$Date$</date>
     21  </sect1info>
    1922
    2023  <title>liburcu-&liburcu-version;</title>
     
    2831
    2932    <para>
    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
     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 
    3538      periods after which memory reclamation is possible.
    3639    </para>
    3740
    38     &lfs112_checked;
     41    &lfs110a_checked;
    3942
    4043    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9194
    9295    <para>
    93       To test the results, issue: <command>make check</command>.
     96      To test the results, issue: <command>make check</command>. 
    9497    </para>
    9598
     
    124127        </seg>
    125128        <seg>
    126           /usr/include/urcu and
    127129          /usr/share/doc/liburcu-&liburcu-version;
    128130        </seg>
     
    139141        <listitem>
    140142          <para>
    141             provides for
     143            provides for 
    142144          </para>
    143145          <indexterm zone="liburcu liburcu-lib">
Note: See TracChangeset for help on using the changeset viewer.