Make example swap partition names more realistic, and fix a typo.
This commit is contained in:
parent
33cbd3d67f
commit
28b7376233
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39077
1 changed files with 3 additions and 3 deletions
|
@ -2693,7 +2693,7 @@ kern.maxvnodes: 100000</screen>
|
|||
<para>Use &man.swapon.8; to add a swap partition to the system.
|
||||
For example:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>swapon<replaceable> /dev/ada1s1p2</replaceable></userinput></screen>
|
||||
<screen>&prompt.root; <userinput>swapon<replaceable> /dev/ada1s1b</replaceable></userinput></screen>
|
||||
|
||||
<warning>
|
||||
|
||||
|
@ -2709,9 +2709,9 @@ kern.maxvnodes: 100000</screen>
|
|||
entry to <filename>/etc/fstab</filename> for the
|
||||
partition:</para>
|
||||
|
||||
<programlisting><replaceable>/dev/ada1s1p2</replaceable> none swap sw 0 0</programlisting>
|
||||
<programlisting><replaceable>/dev/ada1s1b</replaceable> none swap sw 0 0</programlisting>
|
||||
|
||||
<para>See &man.fstab.5; for an explaination of the entries in
|
||||
<para>See &man.fstab.5; for an explanation of the entries in
|
||||
<filename>/etc/fstab</filename>.</para>
|
||||
</sect2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue