Changeset 9327a61


Ignore:
Timestamp:
07/04/2010 09:48:34 AM (14 years ago)
Author:
Robert Connolly <robert@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 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:
c1d34d6c
Parents:
e18e5de
Message:

Added missing colons to the 'test the results' line on several pages, and added a missing period.

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

Files:
13 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/libsoup.xml

    re18e5de r9327a61  
    9191make</userinput></screen>
    9292
    93     <para>To test the results, issue <command>make check</command>.</para>
     93    <para>To test the results, issue: <command>make check</command>.</para>
    9494
    9595    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • basicnet/netprogs/wget.xml

    re18e5de r9327a61  
    7878make</userinput></screen>
    7979
    80     <para>To test the results, issue <command>make check</command>.</para>
     80    <para>To test the results, issue: <command>make check</command>.</para>
    8181
    8282    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • general/genlib/gmime.xml

    re18e5de r9327a61  
    9696cd ../..</userinput></screen>
    9797
    98     <para>To test the results, issue <command>make check</command>. Note that
     98    <para>To test the results, issue: <command>make check</command>. Note that
    9999    some tests may fail because the corresponding sub-system is not installed
    100100    or configured properly.</para>
  • general/genlib/lzo.xml

    re18e5de r9327a61  
    7070make</userinput></screen>
    7171
    72     <para>To test the results, issue <command>make check</command>. All the
     72    <para>To test the results, issue: <command>make check</command>. All the
    7373    checks should pass. Now issue <command>make test</command> to run the full
    7474    suite of tests.</para>
  • general/genutils/gperf.xml

    re18e5de r9327a61  
    7676<screen><userinput>makeinfo -o doc/gperf.txt --plaintext doc/gperf.texi</userinput></screen>
    7777
    78     <para>To test the results, issue <command>make check</command>. There
     78    <para>To test the results, issue: <command>make check</command>. There
    7979    should be no output from the <command>diff</command> commands.</para>
    8080
  • general/genutils/gtk-doc.xml

    re18e5de r9327a61  
    105105make</userinput></screen>
    106106
    107     <para>To test the results, issue <command>make check</command>.</para>
     107    <para>To test the results, issue: <command>make check</command>.</para>
    108108
    109109    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • general/sysutils/cpio.xml

    re18e5de r9327a61  
    9191make -C doc ps</userinput></screen>
    9292
    93     <para>To test the results, issue <command>make check</command></para>
     93    <para>To test the results, issue: <command>make check</command>.</para>
    9494
    9595    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • general/sysutils/hal.xml

    re18e5de r9327a61  
    150150make</userinput></screen>
    151151
    152     <para>To test the results, issue <command>make check</command>.</para>
     152    <para>To test the results, issue: <command>make check</command>.</para>
    153153
    154154    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • gnome/add/gnome-games.xml

    re18e5de r9327a61  
    108108make</userinput></screen>
    109109
    110     <para>To test the results, issue <command>make check</command>.</para>
     110    <para>To test the results, issue: <command>make check</command>.</para>
    111111
    112112    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • pst/printing/gimp-print.xml

    re18e5de r9327a61  
    8787make</userinput></screen>
    8888
    89     <para>To test the results, issue <command>make check</command>.</para>
     89    <para>To test the results, issue: <command>make check</command>.</para>
    9090
    9191    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • pst/printing/gutenprint.xml

    re18e5de r9327a61  
    9393make</userinput></screen>
    9494
    95     <para>To test the results, issue <command>make check</command>. This
     95    <para>To test the results, issue: <command>make check</command>. This
    9696    will take a very, very long time (310+ SBUs).</para>
    9797
  • pst/sgml/opensp.xml

    re18e5de r9327a61  
    8989make pkgdatadir=/usr/share/sgml/OpenSP-&opensp-version;</userinput></screen>
    9090
    91     <para>To test the results, issue <command>make check</command>. As many as
     91    <para>To test the results, issue: <command>make check</command>. As many as
    9292    eight of the 22 tests may fail. Do not be alarmed.</para>
    9393
  • xsoft/office/gnucash.xml

    re18e5de r9327a61  
    134134    <command>make -C src/doc/design html pdf ps</command>.</para>
    135135
    136     <para>To test the results, issue <command>make check</command>. All tests
     136    <para>To test the results, issue: <command>make check</command>. All tests
    137137    should pass. An easy way to look at the results of the tests is to issue
    138138    <command>grep -A1 ============== check.log</command> (this is assuming you
Note: See TracChangeset for help on using the changeset viewer.