diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml
index 791f9afd5..67a02bb88 100644
--- a/chapter08/glibc.xml
+++ b/chapter08/glibc.xml
@@ -205,7 +205,7 @@ esac
If upgrading Glibc to a new minor version (for example, from
Glibc-2.36 to Glibc-&glibc-version;) on a running LFS system, you
- need to take some extra caution to avoid breaking the system:
+ need to take some extra precautions to avoid breaking the system:
@@ -254,8 +254,9 @@ esac
rm -f /usr/sbin/nscd
- If such a LFS system is based on Systemd, disable and stop
- the nscd service now:
+ If this system (prior to LFS 12.1, exclusive) is based on
+ Systemd, it's also needed to disable and stop the
+ nscd service now:
systemctl disable --now nscd
@@ -265,7 +266,7 @@ esac
Upgrade the kernel and reboot if it's older than &min-kernel;
(check the current version with uname -r)
- or you want to upgrade it anyway, following
+ or if you want to upgrade it anyway, following
following
@@ -275,7 +276,7 @@ esac
Upgrade the kernel API headers if it's older than &min-kernel;
(check the current version with
cat /usr/include/linux/version.h)
- or you want to upgrade it anyway, following
+ or if you want to upgrade it anyway, following
(but removing
$LFS from the cp command).
@@ -303,8 +304,8 @@ install -vm755 dest/usr/lib/*.so.* /usr/lib
It's imperative to strictly follow these steps above unless you
completely understand what you are doing.
- Any unproved deviation may render the system
- completely unusable. YOU ARE WARNED.
+ Any unexpected deviation may render the
+ system completely unusable. YOU ARE WARNED.