Changeset dfff8213


Ignore:
Timestamp:
11/14/2013 09:58:04 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
67d22ad
Parents:
a037dab
Message:

change <userinput> to <command> in test instructions, as per the template

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

Location:
general
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libarchive.xml

    ra037dab rdfff8213  
    101101
    102102    <para>
    103       To test the results, issue: <userinput>make check</userinput>.
     103      To test the results, issue: <command>make check</command>.
    104104    </para>
    105105
  • general/genlib/libunistring.xml

    ra037dab rdfff8213  
    7777make</userinput></screen>
    7878
    79     <para>To test the results, issue: <userinput>make check</userinput>.</para>
     79    <para>To test the results, issue: <command>make check</command>.</para>
    8080
    8181    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • general/genlib/popt.xml

    ra037dab rdfff8213  
    7575    the API documentation, issue <command>doxygen</command>.</para>
    7676
    77     <para>To test the results, issue:<userinput>make check</userinput>.</para>
     77    <para>To test the results, issue:<command>make check</command>.</para>
    7878
    7979    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • general/prog/check.xml

    ra037dab rdfff8213  
    8989
    9090    <para>
    91       To test the installation, issue <userinput>make check</userinput>.
     91      To test the installation, issue <command>make check</command>.
    9292    </para>
    9393
  • general/prog/cmake.xml

    ra037dab rdfff8213  
    110110
    111111    <para>
    112       To test the results, issue: <userinput>make -k test</userinput>. Some
     112      To test the results, issue: <command>make -k test</command>. Some
    113113      tests may fail for unknown reasons. Other tests depend on the
    114114      availability of remote sites, and may fail if those sites are
  • general/prog/openjdk.xml

    ra037dab rdfff8213  
    133133
    134134    <para>The following may be downladed separately or be done as a
    135     part of the <userinput>make</userinput> process. For convenience
     135    part of the <command>make</command> process. For convenience
    136136    the BLFS editors have made the files available in an LFS website.
    137137    The files are not distributed with versions, but extracted from
  • general/prog/py2cairo.xml

    ra037dab rdfff8213  
    110110        package. If installed, it is run by changing to the
    111111        <filename class='directory'>test</filename> directory and running
    112         <userinput>py.test</userinput> an an unprivileged user.
     112        <command>py.test</command> as an unprivileged user.
    113113      </para>
    114114    </sect3>
  • general/sysutils/mc.xml

    ra037dab rdfff8213  
    100100make</userinput></screen>
    101101
    102     <para>To test the results, issue: <userinput>make check</userinput>.</para>
     102    <para>To test the results, issue: <command>make check</command>.</para>
    103103
    104104    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.