aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/binutils.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-07-25 20:10:18 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-07-25 20:10:18 -0500
commitff96923bf37ce4beed6b4d0146c454c7df6da95f (patch)
treeb2c7c117025c8a2f520f7bb6d15ad4854721acab /chapter08/binutils.xml
parentff5c009123a8163e90f63dd39aa22ef33fc4dca2 (diff)
Package updates and stripping fixes
Add workaround to strip libraries correctly. Update to shadow-4.9. Update to util-linux 2.37.1.
Diffstat (limited to 'chapter08/binutils.xml')
-rw-r--r--chapter08/binutils.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml
index 9b46907e8..1d87b7797 100644
--- a/chapter08/binutils.xml
+++ b/chapter08/binutils.xml
@@ -57,9 +57,9 @@
<screen><computeroutput>The system has no more ptys.
Ask your system administrator to create more.</computeroutput></screen>
- <para>A glitch in the building system causes the shipped man pages to
+ <para>An error in the building system causes the shipped man pages to
be empty. Workaround the issue and remove the shipped man pages, so the
- building system will regenerate man pages correctly:</para>
+ man pages will be regenerated correctly:</para>
<screen><userinput remap="pre">sed -i '63d' etc/texi2pod.pl
find -name \*.1 -delete</userinput></screen>