Ignore:
Timestamp:
10/11/2016 09:53:29 AM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
881cfa0
Parents:
000370f4
Message:

Fix some option vs parameter tags in COmmand explanations ("Post LFS"
and "General" parts).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    r000370f4 rf1d7196  
    180180
    181181    <para>
    182       <option>--with-system-expat</option>: This switch enables linking against
    183       system version of <application>Expat</application>.
    184     </para>
    185 
    186     <para>
    187       <option>--with-system-ffi</option>: This switch enables linking against
    188       system version of <application>libffi</application>. Remove if you have
    189       not installed recommended dependency <xref linkend="libffi"/>.
    190     </para>
    191 
    192     <para>
    193       <parameter>--with-dbmliborder=bdb:gdbm:ndbm</parameter>: Use this switch
     182      <parameter>--with-system-expat</parameter>: This switch enables linking
     183      against the system version of <application>Expat</application>.
     184    </para>
     185
     186    <para>
     187      <parameter>--with-system-ffi</parameter>: This switch enables linking
     188      against system version of <application>libffi</application>. Remove if
     189      you have not installed <xref linkend="libffi"/>.
     190    </para>
     191
     192    <para>
     193      <parameter>--without-ensurepip</parameter>: This switch disables building
     194      <command>pip</command> and <command>setuptools</command>
     195      packaging programs.
     196    </para>
     197
     198    <para>
     199      <option>--with-dbmliborder=bdb:gdbm:ndbm</option>: Use this switch
    194200      if you want to build <application>Python</application> DBM Module
    195201      against <application>Berkeley DB</application> instead of
    196202      <application>GDBM</application>.
    197     </para>
    198 
    199     <para>
    200       <parameter>--without-ensurepip</parameter>: This switch disables building
    201       <command>pip</command> and <command>setuptools</command>
    202       packaging programs.
    203203    </para>
    204204
Note: See TracChangeset for help on using the changeset viewer.