Add a missing root prompt and change indentation to correct the
resulting HTML output in two instances.
This commit is contained in:
parent
d54bb8745e
commit
a89fe63001
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25315
1 changed files with 2 additions and 2 deletions
|
@ -324,7 +324,7 @@
|
|||
device:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>gmirror configure -a gm0</userinput>
|
||||
<userinput>gmirror insert gm0 /dev/da0</userinput></screen>
|
||||
&prompt.root; <userinput>gmirror insert gm0 /dev/da0</userinput></screen>
|
||||
|
||||
<para>The <option>-a</option> flag tells &man.gmirror.8; to use
|
||||
automatic synchronization, i.e.: mirror the disk writes
|
||||
|
@ -350,7 +350,7 @@ mountroot></programlisting>
|
|||
manually:</para>
|
||||
|
||||
<screen>OK? <userinput>load geom_mirror.ko</userinput>
|
||||
OK? <userinput>boot</userinput></screen>
|
||||
OK? <userinput>boot</userinput></screen>
|
||||
|
||||
<para>If this works then for whatever reason the module was not
|
||||
being loaded properly. Place:</para>
|
||||
|
|
Loading…
Reference in a new issue