Spelling, grammar, and other misc fixes.

This commit is contained in:
Jim Mock 2001-08-11 20:35:41 +00:00
parent f43590590d
commit a1c6393eb2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10310

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/backups/chapter.sgml,v 1.39 2001/08/06 22:59:23 chern Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/backups/chapter.sgml,v 1.40 2001/08/10 22:58:09 chern Exp $
-->
<chapter id="backups">
@ -66,7 +66,7 @@
</indexterm>
<para>8mm tapes are the most common SCSI tape drives; they are the best
choice of exchanging tapes. Nearly every site has an exabyte 2 GB 8mm
choice of exchanging tapes. Nearly every site has an Exabyte 2 GB 8mm
tape drive. 8mm drives are reliable, convenient and quiet. Cartridges
are inexpensive and small (4.8 x 3.3 x 0.6 inches; 122 x 84 x 15 mm).
One downside of 8mm tape is relatively short head and tape life due to
@ -289,7 +289,7 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
&man.ssh.1;.</para>
<example>
<title>Using <command>rdump</command> over ssh</title>
<title>Using <command>rdump</command> over <application>ssh</application></title>
<screen>&prompt.root; <userinput>/sbin/dump -0uan -f - /usr | gzip -2 | ssh1 -c blowfish \
targetuser@targetmachine.example.com dd of=/mybigfiles/dump-usr-l0.gz</userinput></screen>