Remove Question 10.20

Reviewed by:  trhodes, danger
Approved by:  gabor
This commit is contained in:
Gabor Pali 2008-06-21 07:39:00 +00:00
parent bb3746e44a
commit 56ff1646f1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32335

View file

@ -6274,31 +6274,6 @@ options SYSVMSG # enable for messaging</programlisting>
</answer>
</qandaentry>
<qandaentry>
<question id="create-snd0">
<para>Why can I not create the snd0 device?</para>
</question>
<answer>
<para>There is no <devicename>snd</devicename> device. The name
is used as a shorthand for the various devices that make up the
FreeBSD sound driver, such as <devicename>mixer</devicename>,
<devicename>sequencer</devicename>, and
<devicename>dsp</devicename>.</para>
<para>To create these devices you should</para>
<screen>&prompt.root; <userinput>cd /dev</userinput>
&prompt.root; <userinput>sh MAKEDEV snd0</userinput></screen>
<note>
<para>You can omit this step if you are running FreeBSD
5.0-RELEASE or newer with &man.devfs.5;
enabled.</para>
</note>
</answer>
</qandaentry>
<qandaentry>
<question id="reread-rc">
<para>How do I re-read <filename>/etc/rc.conf</filename> and