Changeset 7a9a7b26 for general


Ignore:
Timestamp:
04/20/2022 01:36:11 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
82b6f40
Parents:
9a06e3e
Message:

Remove spaces at the end of lines

Location:
general
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgsf.xml

    r9a06e3e r7a9a7b26  
    109109    <para>
    110110      To test the results, issue: <command>make check</command>. Two
    111       tests, t1004-zip-zip64.pl and t1005-zip-nonseekable.pl are 
     111      tests, t1004-zip-zip64.pl and t1005-zip-nonseekable.pl are
    112112      known to fail.
    113113    </para>
  • general/genlib/libqalculate.xml

    r9a06e3e r7a9a7b26  
    8080    <bridgehead renderas="sect4">Optional</bridgehead>
    8181    <para role="optional">
    82       <xref linkend="doxygen"/> 
     82      <xref linkend="doxygen"/>
    8383    </para>
    8484
  • general/genlib/libunwind.xml

    r9a06e3e r7a9a7b26  
    9595    <para>
    9696      To test the results, issue: <command>make check</command>.  Two
    97       tests, run-coredump-unwind and run-coredump-unwind-mdi are known 
     97      tests, run-coredump-unwind and run-coredump-unwind-mdi are known
    9898      to fail.
    9999    </para>
  • general/genlib/liburcu.xml

    r9a06e3e r7a9a7b26  
    3131
    3232    <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 
     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
    3838      periods after which memory reclamation is possible.
    3939    </para>
     
    9494
    9595    <para>
    96       To test the results, issue: <command>make check</command>. 
     96      To test the results, issue: <command>make check</command>.
    9797    </para>
    9898
     
    141141        <listitem>
    142142          <para>
    143             provides for 
     143            provides for
    144144          </para>
    145145          <indexterm zone="liburcu liburcu-lib">
  • general/graphlib/gegl.xml

    r9a06e3e r7a9a7b26  
    137137    <para>
    138138      If installing over a previous version of <application>gegl</application>,
    139       one module needs to be removed.  As the <systemitem class="username">root</systemitem> 
     139      one module needs to be removed.  As the <systemitem class="username">root</systemitem>
    140140      user, run:
    141141    </para>
     
    154154
    155155    <para>
    156       Some tests are run automatically during the build and indicate 
    157       problems.  To run them again, issue: 
     156      Some tests are run automatically during the build and indicate
     157      problems.  To run them again, issue:
    158158      <command>ninja test</command>. This should indicate no failures,
    159       but will skip many tests depending on optional dependencise installed 
     159      but will skip many tests depending on optional dependencise installed
    160160      on the system.
    161161    </para>
  • general/prog/jinja2.xml

    r9a06e3e r7a9a7b26  
    9090        Build the module:
    9191      </para>
    92        
     92
    9393<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
    9494
  • general/prog/llvm.xml

    r9a06e3e r7a9a7b26  
    280280      temporarily unusable by all jobs on the machine.)
    281281      Note that 2 of more than 62090 tests (llvm-libtool-darwin/L-and-l.test
    282       and ThreadSanitizer-x86_64) are known to fail. 
     282      and ThreadSanitizer-x86_64) are known to fail.
    283283    </para>
    284284
     
    372372
    373373    <para>
    374       <parameter>-DLLVM_INCLUDE_BENCHMARKS=OFF</parameter>: 
    375       is used to disable generation build targets for the LLVM 
    376       benchmarks. This option requires additional code that 
     374      <parameter>-DLLVM_INCLUDE_BENCHMARKS=OFF</parameter>:
     375      is used to disable generation build targets for the LLVM
     376      benchmarks. This option requires additional code that
    377377      is not currently available.
    378378    </para>
  • general/prog/mercurial.xml

    r9a06e3e r7a9a7b26  
    155155
    156156    <para>
    157       An interesting switch is <option>--time</option>, which will generate a 
    158       table of all the executed tests and their respective start, end, user, 
     157      An interesting switch is <option>--time</option>, which will generate a
     158      table of all the executed tests and their respective start, end, user,
    159159      system and real times once the tests are complete. Note that these
    160160      switches may be used with <command>make check</command> by including
  • general/prog/php.xml

    r9a06e3e r7a9a7b26  
    3838Stats for tests changed slightly for 8.1.2, but not significantly.
    3939  Tests failed    :    1
    40 For 8.1.4, ran tests at -j4. Onte test still fails. 
     40For 8.1.4, ran tests at -j4. Onte test still fails.
    4141-->
    4242]>
  • general/prog/pygments.xml

    r9a06e3e r7a9a7b26  
    8383
    8484      <para>
    85         To install the package run the following as the &root; user: 
     85        To install the package run the following as the &root; user:
    8686      </para>
    8787
  • general/prog/valgrind.xml

    r9a06e3e r7a9a7b26  
    139139    -i {helgrind,drd}/tests/pth_cond_destroy_busy.vgtest</userinput></screen>
    140140
    141     <!-- 731 tests, 6 stderr failures, 0 stdout failures, 1 stderrB failure, 
    142          0 stdoutB failures, 1 post failure -bdubbs Apr 13. 22 
     141    <!-- 731 tests, 6 stderr failures, 0 stdout failures, 1 stderrB failure,
     142         0 stdoutB failures, 1 post failure -bdubbs Apr 13. 22
    143143         valgrind-3.19.0 -->
    144144
  • general/sysutils/fcron.xml

    r9a06e3e r7a9a7b26  
    141141
    142142    <para>
    143       Now fix some locations hard coded in the documentation: 
     143      Now fix some locations hard coded in the documentation:
    144144    </para>
    145145
Note: See TracChangeset for help on using the changeset viewer.