Date: Sun, 24 Oct 2004 21:49:23 -0700 From: Steve Jothen <sjothen@shaw.ca> To: freebsd-doc@freebsd.org Subject: snd_emu10k1 in section 7.2.1.1 of handbook Message-ID: <1098679763.48236.9.camel@gridlok.dnb>
index | next in thread | raw e-mail
[-- Attachment #1 --]
It says to add "device snd_emu10k1" to the kernel, but the man page and
conf/NOTES says that it should have quotations around it due to the
filename containing numbers like so:
device "snd_emu10k1"
If this is correct I have attached a diff.
[-- Attachment #2 --]
--- chapter.sgml.old Fri Sep 17 11:07:12 2004
+++ chapter.sgml Sun Oct 24 18:30:54 2004
@@ -209,7 +209,7 @@
supported by the &man.snd.emu10k1.4; driver. To add the support
for this card, use the following:</para>
- <programlisting>device snd_emu10k1</programlisting>
+ <programlisting>device "snd_emu10k1"</programlisting>
<para>Be sure to read the manual page of the driver for the
syntax to use. Information regarding the syntax of sound
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1098679763.48236.9.camel>
