Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2013 00:08:43 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r40929 - head/en_US.ISO8859-1/books/arch-handbook/sound
Message-ID:  <201302110008.r1B08hMG065090@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Feb 11 00:08:43 2013
New Revision: 40929
URL: http://svnweb.freebsd.org/changeset/doc/40929

Log:
  Some 'igor -z' improvements.
  
  Approved by:	gjb (mentor)

Modified:
  head/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml

Modified: head/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml	Mon Feb 11 00:08:08 2013	(r40928)
+++ head/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml	Mon Feb 11 00:08:43 2013	(r40929)
@@ -17,7 +17,7 @@
     <!-- 23 November 2001 -->
   </chapterinfo>
 
-  <title>Sound subsystem</title>
+  <title>Sound Subsystem</title>
 
   <sect1 id="oss-intro">
     <title>Introduction</title>
@@ -96,7 +96,7 @@
   </sect1>
 
   <sect1 id="pcm-probe-and-attach">
-    <title>Probing, attaching, etc.</title>
+    <title>Probing, Attaching, etc.</title>
 
     <para>Sound drivers probe and attach in almost the same way as any
       hardware driver module.  You might want to look at the <link
@@ -213,10 +213,10 @@
       <devicename>pcm</devicename>.</para>
 
     <sect2>
-      <title>The CHANNEL interface</title>
+      <title>The CHANNEL Interface</title>
 
       <sect3>
-        <title>Common notes for function parameters</title>
+        <title>Common Notes for Function Parameters</title>
 
         <para>Sound drivers usually have a private data structure to
           describe their device, and one structure for each play and
@@ -234,7 +234,7 @@
       </sect3>
 
       <sect3>
-        <title>Overview of data transfer operations</title>
+        <title>Overview of Data Transfer Operations</title>
 
         <para>For sound data transfers, the
           <devicename>pcm</devicename> core and the sound drivers
@@ -521,7 +521,7 @@
       </sect3>
 
       <sect3>
-        <title>More functions</title>
+        <title>More Functions</title>
 
         <para><function>channel_reset()</function>,
           <function>channel_resetdone()</function>, and
@@ -535,7 +535,7 @@
     </sect2>
 
     <sect2>
-      <title>The MIXER interface</title>
+      <title>The MIXER Interface</title>
 
       <sect3 id="xxxmixer-init">
         <title>mixer_init</title>
@@ -656,7 +656,7 @@
     </sect2>
 
     <sect2>
-      <title>The AC97 interface</title>
+      <title>The AC97 Interface</title>
 
        <indexterm><primary>AC97</primary></indexterm>
 



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