Correct syntax of a command.
PR: 40134 Submitted by: haribeau@gmx.de via the author
This commit is contained in:
parent
613d1dcfb5
commit
3e6279c157
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13580
1 changed files with 4 additions and 4 deletions
|
@ -20,8 +20,8 @@
|
|||
<year>2001</year>
|
||||
<holder>Robert A. Van Valzah</holder>
|
||||
</copyright>
|
||||
<pubdate>$Date: 2002-05-28 23:51:48 $ GMT</pubdate>
|
||||
<releaseinfo>$Id: article.sgml,v 1.8 2002-05-28 23:51:48 grog Exp $</releaseinfo>
|
||||
<pubdate>$Date: 2002-07-07 17:54:24 $ GMT</pubdate>
|
||||
<releaseinfo>$Id: article.sgml,v 1.9 2002-07-07 17:54:24 dannyboy Exp $</releaseinfo>
|
||||
</articleinfo>
|
||||
|
||||
<abstract>
|
||||
|
@ -1450,7 +1450,7 @@ home.p1.s0 is up</screen>
|
|||
<para>Next we do the new subdisk we
|
||||
added to <filename>/usr</filename>.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>vinum -w start usr.p1.s0</userinput>
|
||||
<screen>&prompt.root; <userinput>vinum start -w usr.p1.s0</userinput>
|
||||
reviving usr.p1.s0
|
||||
<emphasis>(time passes . . . )</emphasis>
|
||||
usr.p1.s0 is up by force
|
||||
|
@ -2087,7 +2087,7 @@ ok <userinput>boot -s</userinput</screen>
|
|||
use strict;
|
||||
use FileHandle;
|
||||
|
||||
my $config_tag1 = '$Id: article.sgml,v 1.8 2002-05-28 23:51:48 grog Exp $';
|
||||
my $config_tag1 = '$Id: article.sgml,v 1.9 2002-07-07 17:54:24 dannyboy Exp $';
|
||||
# Copyright (C) 2001 Robert A. Van Valzah
|
||||
#
|
||||
# Bootstrap Vinum
|
||||
|
|
Loading…
Reference in a new issue