Whitespace fixes for last commit.

This commit is contained in:
Michael Lucas 2003-06-14 02:59:26 +00:00
parent 1bf1599dd8
commit db3c853f1e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17302

View file

@ -6522,18 +6522,17 @@ options SYSVMSG # enable for messaging</programlisting>
</question>
<answer>
<para>If you are using syscons (the default console driver)
build and install a new kernel with the following option.</para>
build and install a new kernel with the following
option.</para>
<programlisting>options SC_DISABLE_REBOOT</programlisting>
<para>in the configuration file. If you use the PCVT console
driver, use the following
kernel configuration line instead.</para>
driver, use the following kernel configuration line
instead.</para>
<programlisting>options PCVT_CTRL_ALT_DEL</programlisting>
</answer>
</qandaentry>