Fix two minor typos:
strip -> stripe. mount -> mount_msdos PR: docs/35387 Submitted by: Bob Van Valzah <bob@smtp.whitebarn.com>
This commit is contained in:
parent
6b581dcc4d
commit
fff8b480df
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12310
1 changed files with 5 additions and 5 deletions
|
@ -20,8 +20,8 @@
|
|||
<year>2001</year>
|
||||
<holder>Robert A. Van Valzah</holder>
|
||||
</copyright>
|
||||
<pubdate>$Date: 2002-02-14 23:57:13 $ GMT</pubdate>
|
||||
<releaseinfo>$Id: article.sgml,v 1.5 2002-02-14 23:57:13 keramida Exp $</releaseinfo>
|
||||
<pubdate>$Date: 2002-02-28 02:55:01 $ GMT</pubdate>
|
||||
<releaseinfo>$Id: article.sgml,v 1.6 2002-02-28 02:55:01 keramida Exp $</releaseinfo>
|
||||
</articleinfo>
|
||||
|
||||
<abstract>
|
||||
|
@ -173,7 +173,7 @@
|
|||
Both organizations are useful for spreading I/O requests across
|
||||
spindles since plexes reside on distinct spindles.
|
||||
A striped plex will switch spindles each time a multiple of the
|
||||
strip size is reached.
|
||||
stripe size is reached.
|
||||
A concatenated plex will switch spindles only when the end of
|
||||
a subdisk is reached.</para>
|
||||
|
||||
|
@ -1023,7 +1023,7 @@ Not to scale</literallayout>
|
|||
|
||||
<screen>&prompt.root; <userinput>fdformat -f 1440 /dev/fd0</userinput>
|
||||
&prompt.root; <userinput>newfs_msdos -f 1440 /dev/fd0</userinput>
|
||||
&prompt.root; <userinput>mount /dev/fd0 /mnt</userinput>
|
||||
&prompt.root; <userinput>mount_msdos /dev/fd0 /mnt</userinput>
|
||||
&prompt.root; <userinput>cp /usr/share/examples/vinum/bootvinum /mnt</userinput></screen>
|
||||
|
||||
<para>XXX Someday, I would like this script to live in
|
||||
|
@ -2087,7 +2087,7 @@ ok <userinput>boot -s</userinput</screen>
|
|||
use strict;
|
||||
use FileHandle;
|
||||
|
||||
my $config_tag1 = '$Id: article.sgml,v 1.5 2002-02-14 23:57:13 keramida Exp $';
|
||||
my $config_tag1 = '$Id: article.sgml,v 1.6 2002-02-28 02:55:01 keramida Exp $';
|
||||
# Copyright (C) 2001 Robert A. Van Valzah
|
||||
#
|
||||
# Bootstrap Vinum
|
||||
|
|
Loading…
Reference in a new issue