Correct indentation while I'm here. White space only, and can be ignored
by translators.
This commit is contained in:
parent
fc9cbfcc37
commit
f96dca5a2e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9295
2 changed files with 44 additions and 60 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
<corpauthor>The FreeBSD Documentation Project</corpauthor>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.183 2001/04/25 09:20:19 nik Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.184 2001/04/25 09:22:06 nik Exp $</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>1995</year>
|
||||
|
@ -6005,43 +6005,35 @@ C:\="DOS"</programlisting>
|
|||
<para>in your config-file. The GENERIC kernel already contains
|
||||
this.</para>
|
||||
|
||||
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>create a vn-device</para>
|
||||
<screen>&prompt.root; <userinput>cd /dev</userinput>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>create a vn-device</para>
|
||||
<screen>&prompt.root; <userinput>cd /dev</userinput>
|
||||
&prompt.root; <userinput>sh MAKEDEV vn0</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>create a swapfile (<filename>/usr/swap0</filename>)</para>
|
||||
|
||||
<listitem>
|
||||
<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>
|
||||
|
||||
<screen>&prompt.root; <userinput>dd if=/dev/zero of=/usr/swap0 bs=1024k count=64</userinput></screen>
|
||||
<listitem>
|
||||
<para>set proper permissions on (<filename>/usr/swap0</filename>)</para>
|
||||
|
||||
</listitem>
|
||||
<screen>&prompt.root; <userinput>chmod 0600 /usr/swap0</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>set proper permissions on
|
||||
(<filename>/usr/swap0</filename>)</para>
|
||||
<listitem>
|
||||
<para>enable the swap file in <filename>/etc/rc.conf</filename></para>
|
||||
|
||||
<screen>&prompt.root; <userinput>chmod 0600 /usr/swap0</userinput></screen>
|
||||
<programlisting>swapfile="/usr/swap0" # Set to name of swapfile if aux swapfile desired.</programlisting>
|
||||
</listitem>
|
||||
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<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>
|
||||
|
||||
<listitem>
|
||||
<para>reboot the machine</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<listitem>
|
||||
<para>reboot the machine</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
|
||||
<para>To enable the swap file immediately, type</para>
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
<corpauthor>The FreeBSD Documentation Project</corpauthor>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.183 2001/04/25 09:20:19 nik Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.184 2001/04/25 09:22:06 nik Exp $</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>1995</year>
|
||||
|
@ -6005,43 +6005,35 @@ C:\="DOS"</programlisting>
|
|||
<para>in your config-file. The GENERIC kernel already contains
|
||||
this.</para>
|
||||
|
||||
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>create a vn-device</para>
|
||||
<screen>&prompt.root; <userinput>cd /dev</userinput>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>create a vn-device</para>
|
||||
<screen>&prompt.root; <userinput>cd /dev</userinput>
|
||||
&prompt.root; <userinput>sh MAKEDEV vn0</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>create a swapfile (<filename>/usr/swap0</filename>)</para>
|
||||
|
||||
<listitem>
|
||||
<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>
|
||||
|
||||
<screen>&prompt.root; <userinput>dd if=/dev/zero of=/usr/swap0 bs=1024k count=64</userinput></screen>
|
||||
<listitem>
|
||||
<para>set proper permissions on (<filename>/usr/swap0</filename>)</para>
|
||||
|
||||
</listitem>
|
||||
<screen>&prompt.root; <userinput>chmod 0600 /usr/swap0</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>set proper permissions on
|
||||
(<filename>/usr/swap0</filename>)</para>
|
||||
<listitem>
|
||||
<para>enable the swap file in <filename>/etc/rc.conf</filename></para>
|
||||
|
||||
<screen>&prompt.root; <userinput>chmod 0600 /usr/swap0</userinput></screen>
|
||||
<programlisting>swapfile="/usr/swap0" # Set to name of swapfile if aux swapfile desired.</programlisting>
|
||||
</listitem>
|
||||
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<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>
|
||||
|
||||
<listitem>
|
||||
<para>reboot the machine</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<listitem>
|
||||
<para>reboot the machine</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
|
||||
<para>To enable the swap file immediately, type</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue