Fix a bunch of grammos and typos

PR:		docs/176451
Submitted by:	Tom <trh411@gmail.com>
Approved by:	bcr (mentor)
This commit is contained in:
Eitan Adler 2013-02-27 21:23:57 +00:00
parent 9fdc0d9d0e
commit 21d7b25d7f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41054

View file

@ -1813,8 +1813,8 @@ Fetching 133 new ports or files... done.</screen>
up-to-date, refer to <xref linkend="synching"/> for detailed up-to-date, refer to <xref linkend="synching"/> for detailed
help about synchronizing to a newer version.</para> help about synchronizing to a newer version.</para>
<para>Updating the system from source is a more subtle than <para>Updating the system from source is a more subtle process
it might initially seem to be, and the &os; developers have than it might initially seem to be, and the &os; developers have
found it necessary over the years to change the recommended found it necessary over the years to change the recommended
approach fairly dramatically as new kinds of unavoidable approach fairly dramatically as new kinds of unavoidable
dependencies come to light. The rest of this section dependencies come to light. The rest of this section
@ -1858,7 +1858,7 @@ Fetching 133 new ports or files... done.</screen>
</listitem> </listitem>
<listitem> <listitem>
<para>Some configuration changes must be done before the new <para>Some configuration changes must be made before the new
world is installed, but others might break the old world. world is installed, but others might break the old world.
Hence, two different configuration upgrade steps are Hence, two different configuration upgrade steps are
generally needed.</para> generally needed.</para>
@ -1946,7 +1946,7 @@ Fetching 133 new ports or files... done.</screen>
<para><command>mergemaster</command></para> <para><command>mergemaster</command></para>
<para>Repeated to update the remaining configuration files, <para>Repeated to update the remaining configuration files,
not that the new world is on disk.</para> now that the new world is on disk.</para>
</listitem> </listitem>
<listitem> <listitem>
@ -2217,7 +2217,7 @@ Script done, &hellip;</screen>
<para><emphasis>Do not</emphasis> save the output in <filename <para><emphasis>Do not</emphasis> save the output in <filename
class="directory">/tmp</filename> as this directory may be class="directory">/tmp</filename> as this directory may be
cleared at next reboot. A better place to save the file is cleared at next reboot. A better place to save the file is
<filename class="directory">/var/tmp</filename>or in <filename class="directory">/var/tmp</filename> or in
<username>root</username>'s home directory.</para> <username>root</username>'s home directory.</para>
</sect3> </sect3>
@ -2234,8 +2234,7 @@ Script done, &hellip;</screen>
<para>To rebuild the world, use &man.make.1;. This command <para>To rebuild the world, use &man.make.1;. This command
reads instructions from the <filename>Makefile</filename>, reads instructions from the <filename>Makefile</filename>,
which describes how the programs that comprise &os; should which describes how the programs that comprise &os; should
be rebuilt and the order in which they should be be built and the order in which they should be built.</para>
built.</para>
<para>The general format of the command is as follows:</para> <para>The general format of the command is as follows:</para>
@ -2542,7 +2541,7 @@ Script done, &hellip;</screen>
<sect3> <sect3>
<title>Manual Update</title> <title>Manual Update</title>
<para>To instead perform the update manually, do not just copy <para>To perform the update manually instead, do not just copy
over the files from over the files from
<filename class="directory">/usr/src/etc</filename> to <filename class="directory">/usr/src/etc</filename> to
<filename class="directory">/etc</filename> and expect it to <filename class="directory">/etc</filename> and expect it to
@ -2580,7 +2579,7 @@ Script done, &hellip;</screen>
<para>Next, build a dummy set of directories to install the <para>Next, build a dummy set of directories to install the
new <filename class="directory">/etc</filename> and other new <filename class="directory">/etc</filename> and other
files into. <filename files into <filename
class="directory">/var/tmp/root</filename> is a reasonable class="directory">/var/tmp/root</filename> is a reasonable
choice:</para> choice:</para>
@ -2898,7 +2897,7 @@ Building everything..
<listitem> <listitem>
<para>Turn off profiling by setting <para>Turn off profiling by setting
<quote>NO_PROFILE=true</quote> in <quote>NO_PROFILE=true</quote> in
<filename>/etc/make.conf</filename>).</para> <filename>/etc/make.conf</filename>.</para>
</listitem> </listitem>
<listitem> <listitem>