Bug 59283

Summary: [patch] Small correction to multimedia/chapter.sgml
Product: Documentation Reporter: FURUKAWA Jumpei <bell>
Component: Books & ArticlesAssignee: Marc Fonvieille <blackend>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description FURUKAWA Jumpei 2003-11-14 09:00:37 UTC
The document in handbook/multimedia mentions /boot/loader.conf. 

I think loadable modules are "not" listed in /boot/loader.conf, 
but default setting of available loadable modules are listed 
in /boot/defaults/loader.conf.

There is no SGML variables bottom of document.

I am sorry to be awkward English.

Fix: 

<para>These examples are for a Creative &soundblaster; Live! sound
-      card.  Other available loadable sound modules are listed in
-      <filename>/boot/loader.conf</filename>.</para>
+      card.  Default setting of other available loadable sound modules
+      are listed in <filename>/boot/defaults/loader.conf</filename>.
+      So, please add a module you want to override and confirm to
+      <filename>/boot/loader.conf</filename>.
+    </para>

     <para>Alternatively, you may statically
       compile in support for your sound card in your kernel.  The
@@ -1423,3 +1426,14 @@
   </sect2>
  </sect1>
 </chapter>
+
+<!--
+     Local Variables:
+     mode: sgml
+     sgml-declaration: "../chapter.decl"
+     sgml-indent-data: t
+     sgml-omittag: nil
+     sgml-always-quote-attributes: t
+     sgml-parent-document: ("../book.sgml" "part" "chapter")
+     End:
+-->--jlTBD6TWBi6eORxOoGXqq8Tmqj7yeS3DEDm85XDgxaJXzFRF
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- chapter.sgml.orig   Fri Nov 14 15:56:10 2003
+++ chapter.sgml        Fri Nov 14 17:10:41 2003
@@ -200,8 +200,11 @@
     <programlisting>snd_emu10k1_load="YES"</programlisting>
Comment 1 Marc Fonvieille freebsd_committer freebsd_triage 2003-11-14 12:51:06 UTC
Responsible Changed
From-To: freebsd-doc->blackend

I'll take this one.
Comment 2 Marc Fonvieille freebsd_committer freebsd_triage 2003-11-14 20:17:04 UTC
State Changed
From-To: open->closed

I fixed the path to the default file and added the local variables part. 
Thanks!