diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml
index 1e66827e8a..d552f66af9 100644
--- a/en_US.ISO8859-1/books/faq/book.sgml
+++ b/en_US.ISO8859-1/books/faq/book.sgml
@@ -1884,7 +1884,7 @@ File: +DESC (ignored)
Then type boot, and your
system should boot correctly.
- To make this change permanent (ie so you do not
+ To make this change permanent (i.e, so you do not
have to do this every time you reboot or turn on
your FreeBSD machine), put the line
root_disk_unit="disk_number"
@@ -2022,7 +2022,7 @@ File: +DESC (ignored)
- Because your world and kernel are out of synch. This
+ Because your world and kernel are out of sync. This
is not supported. Be sure you use make
buildworld and make
buildkernel to update your kernel.
@@ -3350,7 +3350,7 @@ quit
this with the kern.maxproc tunable. If
this tunable needs adjustion it needs to be defined in
in /boot/loader.conf. The tunable
- will not get adjusted untill the system is rebooted. For
+ will not get adjusted until the system is rebooted. For
more information about tuning tunables, you should see the
&man.loader.conf.5; and &man.sysctl.conf.5; manual pages.
If these processes are being run by a single user, you will
@@ -4093,7 +4093,7 @@ kern.timecounter.hardware: TSC -> i8254
This error does not mean that the &man.touch.1; utility is
- missing. The error is instead propably due to the dates of the
+ missing. The error is instead probably due to the dates of the
files being set sometime in the future. If your CMOS-clock is
set to local time you need to run the command
adjkerntz -i to adjust the kernel clock
@@ -4126,11 +4126,11 @@ kern.timecounter.hardware: TSC -> i8254
The open-source OpenOffice office
+ url="http://www.openoffice.org">OpenOffice.org office
suite works natively on FreeBSD. The &linux; version of
StarOffice,
- the value-added closed-source version of OpenOffice, also
+ the value-added closed-source version of OpenOffice.org, also
works on FreeBSD.
FreeBSD also includes a variety of text editors,
diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml
index b260e851d4..ed3f02e314 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml
@@ -9679,7 +9679,7 @@ post-install:
PREFIX. Some ports lump everything and put it in
the subdirectory with the port's name, which is incorrect. Also,
many ports put everything except binaries, header files and manual
- pages in the a subdirectory of lib, which does
+ pages in a subdirectory of lib, which does
not work well with the BSD paradigm. Many of the files should be
moved to one of the following: etc
(setup/configuration files), libexec
@@ -9920,7 +9920,7 @@ exec %%LOCALBASE%%/bin/java -jar %%DATADIR%%/foo.jar "$@"
BROKEN is reserved for ports that
currently do not compile, install, or deinstall correctly.
- It should be used for ports where the the problem is
+ It should be used for ports where the problem is
believed to be temporary.
If instructed, the build cluster will still attempt to
@@ -9979,7 +9979,7 @@ exec %%LOCALBASE%%/bin/java -jar %%DATADIR%%/foo.jar "$@"
IGNORE is reserved for ports that
should not be built for some other reason.
- It should be used for ports where the the problem is
+ It should be used for ports where the problem is
believed to be structural.
The build
cluster will not, under any
@@ -10027,7 +10027,7 @@ exec %%LOCALBASE%%/bin/java -jar %%DATADIR%%/foo.jar "$@"
- If a port sould be marked IGNORE
+ If a port should be marked IGNORE
only on certain architectures, there are two other
convenience variables that will automatically set
IGNORE for you:
@@ -10123,7 +10123,7 @@ exec %%LOCALBASE%%/bin/java -jar %%DATADIR%%/foo.jar "$@"
It is a common mistake to use .error
for this purpose. The problem with this is that many
automated tools that work with the ports tree will fail in
- this situation. The most common occurence of this is seen
+ this situation. The most common occurrence of this is seen
when trying to build /usr/ports/INDEX
(see ). However, even more
trivial commands such as make -V maintainer
@@ -10158,7 +10158,7 @@ IGNORE=POINTYHAT is not supported
Usage of &man.sysctl.8; should always be done
with the SYSCTL variable, as it contains the
- fully qualified path and can be overriden, if one has such a
+ fully qualified path and can be overridden, if one has such a
special need.