Minor wording change.

This commit is contained in:
Bruce Dubbs 2024-08-27 10:44:59 -05:00
parent 2ca7fca799
commit 2b76c898f5

View File

@ -143,8 +143,8 @@ cd build</userinput></screen>
code patterns. As a precaution for the host distros with a tight stack code patterns. As a precaution for the host distros with a tight stack
limit, explicitly set the stack size hard limit to infinite. limit, explicitly set the stack size hard limit to infinite.
On most host distros (and the final LFS system) the hard limit is On most host distros (and the final LFS system) the hard limit is
infinite by default, but there's no harm to set it explicitly anyway. infinite by default, but there is no harm done by setting it explicitly.
It's not needed to change the stack size soft limit because GCC will It's not necessary to change the stack size soft limit because GCC will
automatically set it to an appropriate value, as long as the value does automatically set it to an appropriate value, as long as the value does
not exceed the hard limit:</para> not exceed the hard limit:</para>