Minor typo fixes

This commit is contained in:
Douglas R. Reno 2025-01-12 12:13:06 -06:00
parent 016ba17be9
commit bb5bf3b9d8
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
<quote>/mnt/lfs</quote> (or whatever value the variable was set to) when it
processes the command line.</para>
<para>Now setting the file mode creation mask (umask) to
<para>Now set the file mode creation mask (umask) to
<literal>022</literal> in case the host distro uses a different
default:</para>
@ -39,8 +39,8 @@
searchable (only for directories) by anyone (assuming default modes are
used by the <ulink role='man' url='&man;open.2'>open(2)</ulink> system
call, new files will end up with permission mode 644 and directories with
mode 755). An over-permissive default can leave security holes in the
LFS system, and an over-restrictive default can cause strange issues
mode 755). An overly-permissive default can leave security holes in the
LFS system, and an overly-restrictive default can cause strange issues
building or using the LFS system.</para>
<caution>

View File

@ -18,7 +18,7 @@
location. We do this so those temporary programs will be overwritten when
the final versions are built in <xref linkend="chapter-building-system"/>.</para>
<para>At first, set the owner and permission mode of the
<para>First, set the owner and permission mode of the
<filename class='directory'>$LFS</filename> directory (i.e. the root
directory in the newly created file system for the LFS system) to
&root; and <literal>755</literal> in case the host distro has been