diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-05-13 01:43:09 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-05-13 01:43:09 +0800 |
commit | c03457342d6ce3d3dc92429d0b3a35e4428ac8d6 (patch) | |
tree | 73b5e28c252866a599c45a9f944a4090de3d55a7 | |
parent | d7a942197e713339d4dc1eedab4dafd4179a5cd8 (diff) |
typos fix
-rw-r--r-- | chapter01/changelog.xml | 2 | ||||
-rw-r--r-- | chapter08/shadow.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7c2847310..6747277bf 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -55,7 +55,7 @@ <ulink url="&lfs-ticket-root;4847">#4847</ulink>.</para> </listitem> <listitem> - <para>[renodr] - Fix a FTBFS when building glibc-2.30 with + <para>[renodr] - Fix a FTBFS when building glibc-2.33 with gcc-11.1.0.</para> </listitem> <listitem revision="systemd"> diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index 3471b347b..b705ffbda 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -73,7 +73,7 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></s <note> <para>If <filename class="directory">/bin</filename> and/or - <filename class="directory">/sbin</filename> are prefereed to be + <filename class="directory">/sbin</filename> are preferred to be left over in <envar>PATH</envar> for some reason, modify <envar>PATH</envar> in <filename>.bashrc</filename> after LFS is built.</para> |