Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

This commit is contained in:
Bruce Dubbs 2025-07-14 13:41:22 -05:00
commit 261aa60060
2 changed files with 3 additions and 2 deletions

View File

@ -43,7 +43,7 @@
<sect2 role="installation">
<title>Installation of Ncurses</title>
<para>First, run the following commands to build the <quote>tic</quote>
<para>First, run the following commands to build the <command>tic</command>
program on the build host. We install it in
<filename class="directory">$LFS/tools</filename>, so that it is found
in the <envar>PATH</envar> when needed:</para>

View File

@ -129,7 +129,8 @@ su tester -c "make -k check"</userinput></screen>
</para>
<para>
One test, kill: decode functions, known to fail in the chroot environment.
One test, <literal>kill: decode functions</literal>, is known to fail
with bash-5.3-rc1 or newer.
</para>
<para>Install the package:</para>