Fixed two typos

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7155 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Alexander E. Patrakov 2007-12-22 06:35:19 +00:00
parent c21b2c79b2
commit 19a2f8f25c

View File

@ -314,7 +314,7 @@ EOF</userinput></screen>
<para>In some cases, it is necessary to specify some default mount
options for filesystems. E.g., in non-English environments, the
<option>iocharset</option> and <option>codepage</option> options
are needed for filesystems with Windows origin in order to show
are needed for filesystems of Windows origin in order to show
national characters correctly. Also, due to a
<ulink url="https://launchpad.net/bugs/133567">bug</ulink> in the
Linux kernel version in LFS (2.6.22.x), you may want to pass the
@ -325,7 +325,7 @@ EOF</userinput></screen>
<para>Google search results for <quote>hal default mount options</quote>
are still full of recommendations to create <filename>*.fdi</filename>
files mentioning either
<option>volume.policy</option> or <option>storage.ploicy</option> keys.
<option>volume.policy</option> or <option>storage.policy</option> keys.
Such recommendations worked for HAL-0.4.x only and are invalid now.
For HAL-&hal-version;, mount options are expected to be handled
as follows:</para>