Changeset 16ed0af for BOOK/final-system


Ignore:
Timestamp:
Nov 30, 2015, 3:38:10 AM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
428d8a4
Parents:
c06bf34
git-author:
Chris Staub <chris@…> (11/30/15 01:17:49)
git-committer:
Chris Staub <chris@…> (11/30/15 03:38:10)
Message:

Updated command explanations for several packages

Location:
BOOK/final-system
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/mips64/glibc-n32.xml

    rc06bf34 r16ed0af  
    6464        <term><parameter>--libexecdir=/usr/lib32/glibc</parameter></term>
    6565        <listitem>
    66           <para>This changes the location of the <command>getconf</command>
    67           program from its default of <filename
     66          <para>This changes the location for hard links to the
     67          <command>getconf</command> utility from their default of <filename
    6868          class="directory">/usr/libexec</filename> to <filename
    6969          class="directory">/usr/lib32/glibc</filename>.</para>
  • BOOK/final-system/multilib/glibc-64bit.xml

    rc06bf34 r16ed0af  
    6464        <term><parameter>--libexecdir=/usr/lib64/glibc</parameter></term>
    6565        <listitem>
    66           <para>This changes the location of the <command>getconf</command>
    67           utility from its default of <filename
     66          <para>This changes the location for hard links to the
     67          <command>getconf</command> utility from their default of <filename
    6868          class="directory">/usr/libexec</filename> to <filename
    6969          class="directory">/usr/lib64/glibc</filename>.</para>
  • BOOK/final-system/ppc64/glibc-64bit.xml

    rc06bf34 r16ed0af  
    5757    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
    5858
    59     <variablelist os="i">
    60       <title>The meaning of the new configure option:</title>
    61 
    62       <varlistentry>
    63         <term><parameter>--libexecdir=/usr/lib64/glibc</parameter></term>
    64         <listitem>
    65           <para>This changes the location of the <command>getconf</command>
    66           utility from its default of <filename
    67           class="directory">/usr/libexec</filename> to <filename
    68           class="directory">/usr/lib64/glibc</filename>.</para>
    69         </listitem>
    70       </varlistentry>
    71     </variablelist>
     59    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     60    href="../multilib/glibc-64bit.xml"
     61    xpointer="xpointer(//*[@os='i'])"/>
    7262
    7363    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/x86_64-64/glibc.xml

    rc06bf34 r16ed0af  
    6666    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
    6767
    68     <variablelist os="i">
    69       <title>The meaning of the new configure option:</title>
    70 
    71       <varlistentry>
    72         <term><parameter>--libexecdir=/usr/lib/glibc</parameter></term>
    73         <listitem>
    74           <para>This changes the location of the <command>getconf</command>
    75           utility from its default of <filename
    76           class="directory">/usr/libexec</filename> to <filename
    77           class="directory">/usr/lib/glibc</filename>.</para>
    78         </listitem>
    79       </varlistentry>
    80     </variablelist>
     68    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     69    href="../common/glibc.xml"
     70    xpointer="xpointer(//*[@os='i'])"/>
    8171
    8272    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.