Use uppercase, for consistency, to start items of some examples.
Reported by: Rostislav Krasny <rosti_bsd@yahoo.com>
This commit is contained in:
parent
ac82c94bf9
commit
324b853a16
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19493
1 changed files with 7 additions and 7 deletions
|
@ -2091,25 +2091,25 @@ kern.maxfiles: 2088 -> 5000</screen>
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>create a vn-device:</para>
|
||||
<para>Create a vn-device:</para>
|
||||
<screen>&prompt.root; <userinput>cd /dev</userinput>
|
||||
&prompt.root; <userinput>sh MAKEDEV vn0</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>create a swapfile (<filename>/usr/swap0</filename>):</para>
|
||||
<para>Create a swapfile (<filename>/usr/swap0</filename>):</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>dd if=/dev/zero of=/usr/swap0 bs=1024k count=64</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>set proper permissions on (<filename>/usr/swap0</filename>):</para>
|
||||
<para>Set proper permissions on (<filename>/usr/swap0</filename>):</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>chmod 0600 /usr/swap0</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>enable the swap file in <filename>/etc/rc.conf</filename>:</para>
|
||||
<para>Enable the swap file in <filename>/etc/rc.conf</filename>:</para>
|
||||
|
||||
<programlisting>swapfile="/usr/swap0" # Set to name of swapfile if aux swapfile desired.</programlisting>
|
||||
</listitem>
|
||||
|
@ -2137,19 +2137,19 @@ kern.maxfiles: 2088 -> 5000</screen>
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>create a swapfile (<filename>/usr/swap0</filename>):</para>
|
||||
<para>Create a swapfile (<filename>/usr/swap0</filename>):</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>dd if=/dev/zero of=/usr/swap0 bs=1024k count=64</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>set proper permissions on (<filename>/usr/swap0</filename>):</para>
|
||||
<para>Set proper permissions on (<filename>/usr/swap0</filename>):</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>chmod 0600 /usr/swap0</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>enable the swap file in <filename>/etc/rc.conf</filename>:</para>
|
||||
<para>Enable the swap file in <filename>/etc/rc.conf</filename>:</para>
|
||||
|
||||
<programlisting>swapfile="/usr/swap0" # Set to name of swapfile if aux swapfile desired.</programlisting>
|
||||
</listitem>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue