This patch removes hardcoded UNIX trademark combinations and
replaces them with the single &unix; entity. I will do this
later on other chapters too.
Index: handbook/vinum/chapter.sgml
===================================================================
RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml,v
retrieving revision 1.21
diff -u -r1.21 chapter.sgml
--- handbook/vinum/chapter.sgml 3 Jun 2003 22:09:46 -0000 1.21
+++ handbook/vinum/chapter.sgml 11 Jun 2003 00:02:26 -0000
@@ -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 @@
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.