diff --git a/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml b/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml
index c955721cf1..6778ab3d39 100644
--- a/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml
@@ -275,7 +275,7 @@
The most visible object is the virtual disk, called a
volume. Volumes have essentially the same
- properties as a UNIX™ disk drive, though there are some minor
+ properties as a &unix; disk drive, though there are some minor
differences. They have no size limitations.
@@ -288,13 +288,13 @@
- Since Vinum exists within the UNIX™ disk storage
- framework, it would be possible to use UNIX™
+ Since Vinum exists within the &unix; disk storage
+ framework, it would be possible to use &unix;
partitions as the building block for multi-disk plexes,
but in fact this turns out to be too inflexible:
- UNIX™ disks can have only a limited number of
+ &unix; disks can have only a limited number of
partitions. Instead, Vinum subdivides a single
- UNIX™ partition (the drive)
+ &unix; partition (the drive)
into contiguous areas called
subdisks, which it uses as building
blocks for plexes.
@@ -302,7 +302,7 @@
Subdisks reside on Vinum drives,
- currently UNIX™ partitions. Vinum drives can
+ currently &unix; partitions. Vinum drives can
contain any number of subdisks. With the exception of a
small area at the beginning of the drive, which is used
for storing configuration and state information, the
@@ -677,7 +677,7 @@
With sufficient hardware, it
is possible to build volumes which show both increased
resilience and increased performance compared to standard
- UNIX™ partitions. A typical configuration file might
+ &unix; partitions. A typical configuration file might
be:
@@ -875,7 +875,7 @@
Creating File Systems
Volumes appear to the system to be identical to disks,
- with one exception. Unlike UNIX™ drives, Vinum does
+ with one exception. Unlike &unix; drives, Vinum does
not partition volumes, which thus do not contain a partition
table. This has required modification to some disk
utilities, notably &man.newfs.8;, which previously tried to
@@ -958,7 +958,7 @@ sd name bigraid.p0.s4 drive e plex bigraid.p0 state initializing len 4194304b dr
configuration information: it finds the drives by scanning
the configured disk drives for partitions with a Vinum
label. This enables Vinum to identify drives correctly even
- if they have been assigned different UNIX™ drive
+ if they have been assigned different &unix; drive
IDs.