Assorted mechanical fixes.

PR:		29806
Submitted by:	John Murphy <jfm@blueyonder.co.uk>
This commit is contained in:
Dima Dorfman 2001-08-19 23:58:56 +00:00
parent fc6f13aedb
commit 714709b545
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10407

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.51 2001/08/14 22:06:03 chern Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.52 2001/08/16 18:35:02 chern Exp $
-->
<chapter id="disks">
@ -125,7 +125,7 @@
<indexterm><primary>IDE</primary></indexterm>
<indexterm><primary>SCSI</primary></indexterm>
<indexterm><primary>RAID</primary></indexterm>
<indexterm><primary>fash memory</primary></indexterm>
<indexterm><primary>flash memory</primary></indexterm>
<para>Physical drives come in two main flavors,
<acronym>IDE</acronym>, or <acronym>SCSI</acronym>; but there
are also drives backed by RAID controllers, flash memory, and so
@ -150,7 +150,7 @@
</row>
<row>
<entry>IDE CDROM drives</entry>
<entry><literal>acd</literal> from 4.1-RELEASE,
<entry><literal>acd</literal> from 4.0-RELEASE,
<literal>wcd</literal> before 4.0-RELEASE.</entry>
</row>
<row>
@ -498,7 +498,7 @@
<para>Lets say we want to add a new SCSI disk to a machine that
currently only has a single drive. First turn off the computer
and install the drive in the computer following the instructions
of the computer, controller, and drive manufacturer. Due the
of the computer, controller, and drive manufacturer. Due to the
wide variations of procedures to do this, the details are beyond
the scope of this document.</para>
@ -1104,7 +1104,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
<para>Which tool to use to burn the CD depends on whether your CD burner
is ATAPI or something else. ATAPI CD burners use the <command><link
linkend="burncd">burncd</link></command> program that is part of
the base system. SCSI and USB CD burners should use the
the base system. SCSI and USB CD burners should use
<command><link linkend="cdrecord">cdrecord</link></command> from
the <port>sysutils/cdrtools</port> port.</para>