diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml
index 3986276467..10242ecc31 100644
--- a/en_US.ISO8859-1/books/faq/book.sgml
+++ b/en_US.ISO8859-1/books/faq/book.sgml
@@ -239,7 +239,7 @@
at no cost, the other meaning you can do
whatever you like. Apart from one or two things you
cannot do with the FreeBSD code, for
- example pretending you wrote it, you really can do whatever you
+ example pretending you wrote it, you can really do whatever you
like with it.
@@ -258,7 +258,7 @@
Briefly, -STABLE is aimed
at the ISP, corporate user, or any user who wants stability and a
- low change count over the wizzy new features of the latest
+ minimal number of changes compared to the new (and possibly unstable) features of the latest
-CURRENT snapshot. Releases can come
from either branch, but -CURRENT
should only be used if you are prepared for its increased volatility (relative to
@@ -306,8 +306,8 @@
Every day, snapshot
releases are made based on the current state of the
- -CURRENT and -STABLE branches. Nowadays, distributions of the
- occasional snapshot are now being made available. The goals
+ -CURRENT and -STABLE branches. Distributions of the
+ occasional snapshot are made available. The goals
behind each snapshot release are:
@@ -331,7 +331,7 @@
- To ensure that any new features in need of testing
+ To ensure that all new features and fixes in need of testing
have the greatest possible number of potential
testers.
@@ -351,7 +351,7 @@
3-STABLE snapshots are not being produced at the time of
this writing (May 2000).
- Snapshots are generated, on the average, once a day for
+ Snapshots are generated, on the average, daily for
all actively developed branches.
@@ -439,7 +439,7 @@
that the addition of new features does not compromise the
stability of the release.
Many users regard this caution as one of the best
- things about FreeBSD, although
+ things about FreeBSD, even though
waiting for all the latest goodies to reach -STABLE
can be a little frustrating.
@@ -450,7 +450,7 @@
engineering pages on the FreeBSD Web site.
For people who need or want a little more excitement,
- binary snapshots are made every day as discussed above.
+ binary snapshots are made daily as discussed above.
@@ -504,13 +504,13 @@
4.X
- snapshots are usually made once a day.
+ snapshots are usually made daily.
- 5.0 Snapshot releases are made once a day for the
+ 5.0 Snapshot releases are made daily for the
-CURRENT branch, these being
of service purely to bleeding-edge testers and
developers.
@@ -3898,7 +3898,7 @@ quit
- This can be caused by various hardware and/or software
+ This can be caused by various hardware or software
ailments relating to interrupts. It may be due to bugs but can
also happen by nature of certain devices. Running TCP/IP over
the parallel port using a large MTU is one good way to provoke
@@ -5719,7 +5719,7 @@ C:\="DOS"
&prompt.root; dd if=/dev/rda0a of=/mnt/bootsect.bsd bs=512 count=1Reboot into DOS or NT. NTFS users copy the
- bootsect.bsd and/or the
+ bootsect.bsd or the
bootsect.lnx file from the floppy to
C:\. Modify the attributes (permissions)
on boot.ini with:
@@ -11096,7 +11096,7 @@ raisechar=^^
usefulness was stretched more and more with each new feature.
In addition, people wanted to dynamically load things at run
time, or to junk parts of their program after the init code had
- run to save in core memory and/or swap space. Languages became
+ run to save in core memory and swap space. Languages became
more sophisticated and people wanted code called before main
automatically. Lots of hacks were done to the
a.out format to allow all of these things