Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libnvme.xml

    r1e12131 rc21fb49  
    3030      enumerations, and bit fields, helper functions to construct, dispatch,
    3131      and decode commands and payloads, and utilities to connect, scan, and
    32       manage nvme devices on a Linux system. 
     32      manage NVMe devices on a Linux system.
    3333    </para>
    3434
     
    7676    </para>
    7777-->
    78     <bridgehead renderas="sect4">Recommended</bridgehead>
    79 
    80     <para role="recommended">
    81       <xref linkend="keyutils"/>
    82     </para>
    8378
    8479    <bridgehead renderas="sect4">Optional</bridgehead>
    8580    <para role="optional">
    86       <xref linkend="json-c"/> and
     81      <phrase revision="sysv"><xref linkend="dbus"/>,</phrase>
     82      <xref linkend="json-c"/>,
     83      <xref linkend="keyutils"/>, and
    8784      <xref linkend="swig"/>
    8885    </para>
     
    10299cd    build &amp;&amp;
    103100
    104 meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
     101meson setup --prefix=/usr --buildtype=release -Dlibdbus=auto .. &amp;&amp;
    105102ninja</userinput></screen>
     103
     104    <para>
     105      To run the tests, issue: <command>ninja test</command>.
     106    </para>
    106107
    107108    <para>
     
    146147          <para>
    147148            contains functions used to handle operations
    148             related to nvme devices.
     149            relating to NVMe devices.
    149150          </para>
    150151          <indexterm zone="libnvme libnvme-lib">
Note: See TracChangeset for help on using the changeset viewer.