Changeset f1d7196 for general/sysutils


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

Location:
general/sysutils
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/autofs.xml

    r000370f4 rf1d7196  
    140140
    141141    <para>
     142      <parameter>--without-openldap</parameter>: This switch disables openldap
     143      if found.  If openldap is desired, omit this switch.  Note that openldap
     144      support in autofs requires <xref linkend="mitkrb"/>.
     145    </para>
     146
     147    <para>
    142148      <option>--with-libtirpc</option>: This switch enables libtirpc support if
    143149      available.
    144     </para>
    145 
    146     <para>
    147       <option>--without-openldap</option>: This switch disables openldap if
    148       found.  If openldap is desired, omit this switch.  Note that openldap
    149       support in autofs requires <xref linkend="mitkrb"/>.
    150150    </para>
    151151
  • general/sysutils/cpio.xml

    r000370f4 rf1d7196  
    7575    commands:</para>
    7676
    77 <screen><userinput><!--sed -i -e '/gets is a/d' gnu/stdio.in.h &amp;&amp;
    78 
    79 -->./configure --prefix=/usr \
     77<screen><userinput>./configure --prefix=/usr \
    8078            --bindir=/bin \
    8179            --enable-mt   \
     
    115113  <sect2 role="commands">
    116114    <title>Command Explanations</title>
    117 
    118     <para><parameter>sed -i -e '/gets is a/d' gnu/stdio.in.h &amp;&amp;</parameter>:
    119     This fixes an incompatibility with <application>glibc-2.16.0</application>.
    120     </para>
    121115
    122116    <para><parameter>--bindir=/bin</parameter>: This parameter installs
  • general/sysutils/fcron.xml

    r000370f4 rf1d7196  
    166166    installation of the bootscript included with the package.</para>
    167167
    168     <para revision="sysv"><parameter>--with-systemdsystemunitdir=no|yes|DIR</parameter>:
    169     Use no, if you use sysvint; yes, if you use systemd, or specify the
    170     directory for the systemd units.</para>
     168    <para revision="sysv"><parameter>--with-systemdsystemunitdir=no</parameter>:
     169    This prevents building the <application>systemd</application> units, which
     170    are not needed for a <application>SYS V</application> system.</para>
    171171
    172172    <para><option>--with-editor=<replaceable>&lt;/path/to/editor&gt;</replaceable></option>:
  • general/sysutils/unzip.xml

    r000370f4 rf1d7196  
    196196    <title>Command Explanations</title>
    197197
    198     <para><parameter>make -f unix/Makefile generic</parameter>:
     198    <para><command>make -f unix/Makefile generic</command>:
    199199    This target begins by running a configure script (unlike the older targets
    200200    such as linux and linux_noasm) which creates a flags file that is then used
Note: See TracChangeset for help on using the changeset viewer.