diff --git a/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml b/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml
index 73e709555f..6d19e7738e 100644
--- a/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml
@@ -57,7 +57,7 @@
Disks are getting bigger, but so are data storage requirements.
Often you'll find you want a file system that is bigger than the disks
you have available. Admittedly, this problem is not as acute as it was
- ten years ago, but it still exists. Some systems have solve this by
+ ten years ago, but it still exists. Some systems have solved this by
creating an abstract device which stores its data on a number of disks.
@@ -150,9 +150,9 @@
Array of Inexpensive Disks
RAID stands for Redundant Array of
- Inexpensive Disks and offers various forms of fault tolerance.
- though the latter term is somewhat misleading: it
- provides no redundancy. Striping requires somewhat more effort to locate
+ Inexpensive Disks and offers various forms of fault tolerance,
+ though the latter term is somewhat misleading: it
+ provides no redundancy. Striping requires somewhat more effort to locate
the data, and it can cause additional I/O load where a transfer is spread
over multiple disks, but it can also provide a more constant load across
the disks. illustrates the sequence in
@@ -368,7 +368,7 @@
- concatnated
+ concatenated
1
yes
no
@@ -654,14 +654,14 @@
Object naming
As described above, Vinum assigns default names to plexes and
subdisks, although they may be overridden. Overriding the default names
- is not recommended: experience with the VERITAS\(rg volume manager, which
+ is not recommended: experience with the VERITAS volume manager, which
allows arbitrary naming of objects, has shown that this flexibility does
not bring a significant advantage, and it can cause confusion.
Names may contain any non-blank character, but it is recommended to
restrict them to letters, digits and the underscore characters. The names
of volumes, plexes and subdisks may be up to 64 characters long, and the
- names of drives may up to 32 characters long.
+ names of drives may be up to 32 characters long.
/dev/vinumVinum objects
are assigned device nodes in the hierarchy /dev/vinum.
@@ -679,7 +679,7 @@
Block and character device entries for each volume.
These are the main devices used by Vinum. The block device names are
the name of the volume, while the character device names follow the BSD
- tradition of perpending the letter r to the name.
+ tradition of prepending the letter r to the name.
Thus the configuration above would include the block devices
/dev/vinum/myvol,
/dev/vinum/mirror,
@@ -717,7 +717,7 @@
/dev/vinum/sd,
/dev/vinum/rsd, which contain block device
nodes for each plex and block and character device nodes respectively
- for subdisk.
+ for each subdisk.
@@ -811,7 +811,7 @@
For example, a disk drive may have a name like /dev/wd0a
or /dev/da2h. These names represent the first
partition (a) on the first (0) IDE disk
- (wd) and the eight partition
+ (wd) and the eighth partition
(h) on the third (2) SCSI disk
(da) respectively. By contrast, a Vinum volume
might be called /dev/vinum/concat, a name which