diff --git a/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml b/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml
index 027b04b0d1..a4c469969b 100644
--- a/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml
@@ -1537,7 +1537,7 @@ device ehci
either /dev/ugen0.2 or
/dev/uscanner0 as device node according
to the &os; version we run. For this example, a
- &epson.perfection; 1650 USB scanner was used.
+ &epson.perfection; 1650 USB scanner was used.
@@ -1646,7 +1646,7 @@ device `snapscan:/dev/pass3' is a AGFA SNAPSCAN 600 flatbed scanner
device 'epson2:libusb:/dev/usb:/dev/ugen0.2' is a Epson GT-8200 flatbed scanner
This output comes from a &os; 8.X system, the
- `epson2:libusb:/dev/usb:/dev/ugen0.2' item
+ 'epson2:libusb:/dev/usb:/dev/ugen0.2' item
gives us the backend name (epson2) and the
device node (/dev/ugen0.2) used by our
scanner.
@@ -1658,7 +1658,7 @@ device 'epson2:libusb:/dev/usb:/dev/ugen0.2' is a Epson GT-8200 flatbed scanner<
the backend configuration file and define the scanner device
used. The /usr/local/etc/sane.d/ directory
- contains all backends configuration files. This
+ contains all backend configuration files. This
identification problem does appear with certain USB
scanners.
@@ -1685,7 +1685,7 @@ which came with this software (README, FAQ, manpages).
Since the scanner is not identified, we will need to edit
the /usr/local/etc/sane.d/epson2.conf
- file. The scanner model used was the &epson.perfection; 1650,
+ file. The scanner model used was the &epson.perfection; 1650,
so we know the scanner will use the epson2
backend. Be sure to read the help comments in the backends
configuration files. Line changes are quite simple: comment
@@ -1746,7 +1746,7 @@ device `epson:/dev/uscanner0' is a Epson GT-8200 flatbed scanner
/dev/ugen0.2 which is in fact just a
symlink to the real device node called
/dev/usb/0.2.0 (a quick look at the
- contain of the /dev
+ contents of the /dev
directory will confirm it). Both, the symlink and the
device node, are owned respectively by the
wheel and the
@@ -1770,7 +1770,7 @@ device `epson:/dev/uscanner0' is a Epson GT-8200 flatbed scanner
Then we have to make the /dev/ugen0.2
symlink and the /dev/usb/0.2.0 device node accessible to the usb group
with the correct write permissions (0660 or
- 0664), cause by default only the owner of
+ 0664), because by default only the owner of
these files (root) can write to them.
All of this is done by adding the following
lines to the /etc/devfs.rules file:
@@ -1779,9 +1779,8 @@ device `epson:/dev/uscanner0' is a Epson GT-8200 flatbed scanner
add path ugen0.2 mode 0660 group usb
add path usb/0.2.0 mode 0666 group usb
- For the &os; 7.X users, the following lines with the
- correct device node, most of time
- /dev/uscanner0, are needed:
+ &os; 7.X users will probably need the following lines with the
+ correct device node /dev/uscanner0:
[system=5]
add path uscanner0 mode 660 group usb