Fix references to both 32-bit and 64-bit systems to list 64-bit examples first.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11377 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2018-02-26 18:48:55 +00:00
parent 1059bade48
commit e8b732abeb
5 changed files with 21 additions and 11 deletions

View File

@ -42,6 +42,17 @@
<listitem revision="sysv"> or <listitem revision="systemd"> as <listitem revision="sysv"> or <listitem revision="systemd"> as
appropriate for the entry or if needed the entire day's listitem. appropriate for the entry or if needed the entire day's listitem.
--> -->
<listitem>
<para>2018-02-26</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Fix references to both 32-bit and
64-bit systems to list 64-bit examples first. Fixes
<ulink url="&lfs-ticket-root;4225">#4225</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2018-02-14</para> <para>2018-02-14</para>
<itemizedlist> <itemizedlist>

View File

@ -197,11 +197,10 @@ readelf -l a.out | grep ': /tools'</userinput></screen>
<para>If everything is working correctly, there should be no errors, <para>If everything is working correctly, there should be no errors,
and the output of the last command will be of the form:</para> and the output of the last command will be of the form:</para>
<screen><computeroutput>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</computeroutput></screen> <screen><computeroutput>[Requesting program interpreter: /tools/lib64/ld-linux.so.2]</computeroutput></screen>
<para>Note that <filename class="directory">/tools/lib</filename>, or <para>Note that <filename class="directory">/tools/lib</filename> wiil
<filename class="directory">/tools/lib64</filename> for 64-bit machines be the prefix of the dynamic linker for 32-bit machines.</para>
appears as the prefix of the dynamic linker.</para>
<para>If the output is not shown as above or there was no output at all, <para>If the output is not shown as above or there was no output at all,
then something is wrong. Investigate and retrace the steps to find out then something is wrong. Investigate and retrace the steps to find out

View File

@ -159,10 +159,10 @@ readelf -l a.out | grep ': /tools'</userinput></screen>
<para>If everything is working correctly, there should be no errors, <para>If everything is working correctly, there should be no errors,
and the output of the last command will be of the form:</para> and the output of the last command will be of the form:</para>
<screen><computeroutput>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</computeroutput></screen> <screen><computeroutput>[Requesting program interpreter: /tools/lib64/ld-linux-x86-64.so.2]</computeroutput></screen>
<para>Note that for 64-bit machines, the interpreter name will be <para>Note that for 32-bit machines, the interpreter name will be
<filename>/tools/lib64/ld-linux-x86-64.so.2</filename>.</para> <filename>/tools/lib/ld-linux.so.2</filename>.</para>
<para>If the output is not shown as above or there was no output at all, <para>If the output is not shown as above or there was no output at all,
then something is wrong. Investigate and retrace the steps to find out then something is wrong. Investigate and retrace the steps to find out

View File

@ -1,13 +1,13 @@
<!ENTITY version "SVN-20180214"> <!ENTITY version "SVN-20180226">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book; <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases --> Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
<!ENTITY versiond "20180214-systemd"> <!ENTITY versiond "20180226-systemd">
<!ENTITY short-versiond "systemd"> <!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd"> <!ENTITY generic-versiond "systemd">
<!ENTITY releasedate "February 14, 2018"> <!ENTITY releasedate "February 26, 2018">
<!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.2"> <!ENTITY milestone "8.2">

View File

@ -618,7 +618,7 @@
<!ENTITY systemd-man-url "http://anduin.linuxfromscratch.org/LFS/systemd-man-pages-&systemd-version;.tar.xz"> <!ENTITY systemd-man-url "http://anduin.linuxfromscratch.org/LFS/systemd-man-pages-&systemd-version;.tar.xz">
<!ENTITY systemd-man-md5 "8b1b53cff433d99288ce17be775bc44c"> <!ENTITY systemd-man-md5 "8b1b53cff433d99288ce17be775bc44c">
<!ENTITY systemd-ch6-du "297 MB"> <!ENTITY systemd-ch6-du "297 MB">
<!ENTITY systemd-ch6-sbu "0.2 SBU"> <!ENTITY systemd-ch6-sbu "1.1 SBU">
<!ENTITY sysvinit-version "2.88dsf"> <!ENTITY sysvinit-version "2.88dsf">
<!ENTITY sysvinit-size "108 KB"> <!ENTITY sysvinit-size "108 KB">