Changeset af2b317 for introduction


Ignore:
Timestamp:
06/22/2024 03:39:23 AM (4 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
gimp3, trunk
Children:
89b9739
Parents:
f911e63
git-author:
Xi Ruoyao <xry111@…> (06/22/2024 03:23:50 AM)
git-committer:
Xi Ruoyao <xry111@…> (06/22/2024 03:39:23 AM)
Message:

Punctuation/comma vs. quote clean up

We've done this several times but there are still remaining cases.

Location:
introduction
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/building-notes.xml

    rf911e63 raf2b317  
    429429      When the <command>nproc</command> or <command>ninja</command> command
    430430      runs in a cgroup, it will use the number of logical cores assigned to
    431       the cgroup as the <quote>system logical core count</quote>.  For
     431      the cgroup as the <quote>system logical core count.</quote>  For
    432432      example, in a cgroup with logical cores 0-3 assigned,
    433433      <command>nproc</command> will print
     
    588588    could be used in instances when otherwise you would have to page through
    589589    the output of a file (such as a license agreement) and then answer the
    590     question of <quote>do you accept the above?</quote>. For this example,
     590    question of <computeroutput>do you accept the above?</computeroutput>.
     591    For this example,
    591592    another short <application>Bash</application> script is required:</para>
    592593
     
    641642        cannot be correctly built without the dependency having first been
    642643        installed, except if the dependency is said to be
    643         <quote>runtime</quote>, which means the target package can be built but
     644        <quote>runtime</quote> which means the target package can be built but
    644645        cannot function without it.</para>
    645646        <para>
     
    660661        <para><emphasis>Recommended</emphasis> means that BLFS strongly
    661662        suggests this package is installed first (except if said to be
    662         <quote>runtime</quote>, see below) for a clean and trouble-free
     663        <quote>runtime,</quote> see below) for a clean and trouble-free
    663664        build, that won't have issues either during the build process, or at
    664665        run-time.  The instructions in the book assume these packages are
    665666        installed.  Some changes or workarounds may be required if these
    666667        packages are not installed. If a recommended dependency is said
    667         to be <quote>runtime</quote>, it means that BLFS strongly suggests
     668        to be <quote>runtime,</quote> it means that BLFS strongly suggests
    668669        that this dependency is installed before using the package, for
    669670        getting full functionality.</para>
     
    678679        them when the target package is built.  Such additional options are
    679680        often documented in the BLFS book.  If an optional dependency is
    680         said to be <quote>runtime</quote>, it means you may install
     681        said to be <quote>runtime,</quote> it means you may install
    681682        the dependency after installing the target package to support some
    682683        optional features of the target package if you need these
  • introduction/welcome/conventions.xml

    rf911e63 raf2b317  
    110110    dependencies of these required packages, are omitted from this list.
    111111    Always remember to check for nested dependencies. If a dependency is
    112     said to be <quote>runtime</quote>, then it is not needed for building
     112    said to be <quote>runtime,</quote> it is not needed for building
    113113    the package, but only to use it after installation.</para>
    114114
     
    117117    <para>These are dependencies the BLFS editors have determined
    118118    are important to give the package reasonable capabilities.  If a
    119     recommended dependency is not said to be <quote>runtime</quote>, package
     119    recommended dependency is not said to be <quote>runtime,</quote> package
    120120    installation instructions assume it is installed.  If it
    121121    is not installed, the instructions may require modification, to
Note: See TracChangeset for help on using the changeset viewer.