Add missing ' in a command
This commit is contained in:
parent
9e1457cbcb
commit
d54bb8745e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25314
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@
|
|||
|
||||
<para>And load the module during system initialization:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>echo 'geom_stripe_load="YES" >> /boot/loader.conf</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>echo 'geom_stripe_load="YES"' >> /boot/loader.conf</userinput></screen>
|
||||
|
||||
<para>From here on, all users will have their data stored on the
|
||||
striped volume comprised of the disks concatenated in the
|
||||
|
|
Loading…
Reference in a new issue