diff options
-rw-r--r-- | chapter08/strippingagain.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/strippingagain.xml b/chapter08/strippingagain.xml index bf2493b02..a2b6f0263 100644 --- a/chapter08/strippingagain.xml +++ b/chapter08/strippingagain.xml @@ -40,7 +40,7 @@ Read the related entry in <xref linkend="pkgmgmt-upgrade-issues"/> for the rationale to use the <command>install</command> command here.</para> - <note><para>The linux loader's name is ld-linux-x86-64.so.2 on 64-bit systems + <note><para>The ELF loader's name is ld-linux-x86-64.so.2 on 64-bit systems and ld-linux.so.2 on 32-bit systems. The contruct below selects the correct name for the current architecture.</para></note> |