Changeset b9c353b for general


Ignore:
Timestamp:
03/25/2022 03:29:22 AM (2 years ago)
Author:
Ken Moffat <ken@…>
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:
37a4b84e
Parents:
d20faec
git-author:
Ken Moffat <ken@…> (03/25/2022 03:26:08 AM)
git-committer:
Ken Moffat <ken@…> (03/25/2022 03:29:22 AM)
Message:

Typo fixes from rhubarbpieguy.

Location:
general
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    rd20faec rb9c353b  
    950950          <para>
    951951            provides support for parsing and deparsing graphical
    952             operations specificed by the xdot language
     952            operations specified by the xdot language
    953953          </para>
    954954          <indexterm zone="graphviz libxdot">
  • general/genutils/lsof.xml

    rd20faec rb9c353b  
    149149    <para>
    150150      <command>install -m4755 ...</command>: <command>lsof</command> should
    151       be suid root to allwo users to list all files. This may be a security
     151      be suid root to allow users to list all files. This may be a security
    152152      threat on some systems. In that case change to <option>-m755</option>
    153153      and use <command>sudo</command> to run the program.
  • general/graphlib/jasper.xml

    rd20faec rb9c353b  
    8787      <xref linkend="freeglut"/> (required for <command>jiv</command>),
    8888      <xref linkend="doxygen"/> (needed for generating html documentation), and
    89       <xref linkend="texlive"/> (needed to regnerate the pdf documentation)
     89      <xref linkend="texlive"/> (needed to regenerate the pdf documentation)
    9090    </para>
    9191
  • general/prog/gcc.xml

    rd20faec rb9c353b  
    7575        <command>
    7676         /usr/libexec/gcc/x86_64-pc-linux-gnu/&gcc-version;/install-tools/mkheaders
    77         </command>. The machine triplet may be different on a 32bit system.
     77        </command>. The machine triplet may be different on a 32-bit system.
    7878      </para>
    7979    </caution>
  • general/prog/gitserver.xml

    rd20faec rb9c353b  
    6666
    6767      <para>
    68         Putting in an unuable password hash (replacing the <literal>!</literal>
     68        Putting in an unusable password hash (replacing the <literal>!</literal>
    6969        by <literal>NP</literal>) unlocks the account but it cannot be used
    7070        to login via password authentication. That is required by
  • general/prog/llvm.xml

    rd20faec rb9c353b  
    202202     There are many Python scripts in this package which use
    203203     <command>/usr/bin/env python</command> to access the system Python
    204      which on LFS is <xref linkend="python3"/>. Use the following comand
     204     which on LFS is <xref linkend="python3"/>. Use the following command
    205205     to fix these scripts:
    206206    </para>
  • general/prog/lxml.xml

    rd20faec rb9c353b  
    114114       If you wish to run the tests, enter:
    115115       <command>make PYTHON=python3 test</command>.
    116        This will rebuild the package for inplace use before running the tests.
     116       This will rebuild the package for in-place use before running the tests.
    117117       <!--Several tests (32 of 1948) are known to fail with Python-3.10.1.-->
    118118     </para>
  • general/prog/openjdk.xml

    rd20faec rb9c353b  
    480480    <sect3>
    481481      <title>
    482         Settting up the JRE Certificate Authority Certificates (cacerts) file
     482        Setting up the JRE Certificate Authority Certificates (cacerts) file
    483483      </title>
    484484
  • general/prog/python2.xml

    rd20faec rb9c353b  
    227227    <para>
    228228      <parameter>--enable-unicode=ucs4</parameter>: This switch enables
    229       32bit Unicode support in <application>Python</application>.
     229      32-bit Unicode support in <application>Python</application>.
    230230    </para>
    231231
Note: See TracChangeset for help on using the changeset viewer.