Skip site navigation (1)Skip section navigation (2)
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>

next in thread | raw e-mail | index | archive | help

--=-KtKjnCs20GT3U54XVbyJ
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

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.


	
	

--=-KtKjnCs20GT3U54XVbyJ
Content-Disposition: attachment; filename=chapter.diff
Content-Type: text/x-patch; name=chapter.diff; charset=us-ascii
Content-Transfer-Encoding: 7bit

--- 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

--=-KtKjnCs20GT3U54XVbyJ--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1098679763.48236.9.camel>