Notably binares -> binaries, binariies -> binaries.
-Stable -> -stable
'...though can produce...' -> '...though <it> can produce...'
Index: faq5.html
===================================================================
RCS file: /cvs/www/faq/faq5.html,v
retrieving revision 1.217
diff -u -p -r1.217 faq5.html
--- faq5.html 23 Nov 2015 03:16:31 -0000 1.217
+++ faq5.html 23 Nov 2015 20:06:42 -0000
@@ -31,7 +31,7 @@
<ul>
<li><a href="#BldOverview">5.3.1 - Overview</a>
<li><a href="#BldBinary">5.3.2 - Install or upgrade to closest
- available binares</a>
+ available binaries</a>
<li><a href="#BldGetSrc">5.3.3 - Fetching the appropriate source
code</a>
<li><a href="#BldKernel">5.3.4 - Building the kernel</a>
@@ -324,7 +324,7 @@ This is not an issue when properly build
Building OpenBSD from source involves a number of steps:
<ul>
-<li><a href="#BldBinary">Upgrading to the closest available binariies.</a>
+<li><a href="#BldBinary">Upgrading to the closest available binaries.</a>
<li><a href="#BldGetSrc">Fetching the appropriate source code.</a>
<li><a href="#BldKernel">Building the new kernel and booting from it.</a>
<li><a href="#BldUserland">Building "userland" ("make build").</a>
@@ -441,7 +441,7 @@ Once you have a tree, you can update it
</blockquote>
<!-- XXXrelease - replace version string in lots of cvs commands -->
-<b>Following <i>-Stable</i></b><br>
+<b>Following <i>-stable</i></b><br>
<blockquote>
If you wish to check out an alternative "branch" of the tree, such as
the <i>-stable</i> branch, you will use the "<tt>-r</tt>" modifier to
@@ -972,7 +972,7 @@ Removing device drivers may speed the bo
can complicate recovery should you have a hardware problem, and is
very often done wrong.
Removing device drivers <i>will not</i> make your system run faster by
-any noticeable amount, though can produce a smaller kernel.
+any noticeable amount, though it can produce a smaller kernel.
Removing debugging and error checking can result in a measurable
performance gain, but will make it impossible to troubleshoot a system
if something goes wrong.