DocBook: Change a headline in kernel-locking to list all three main types of locking.
[pandora-kernel.git] / Documentation / DocBook / kernel-locking.tmpl
index 0a441f7..01825ee 100644 (file)
    </para>
 
    <sect1 id="lock-intro">
-   <title>Two Main Types of Kernel Locks: Spinlocks and Semaphores</title>
+   <title>Three Main Types of Kernel Locks: Spinlocks, Mutexes and Semaphores</title>
 
    <para>
      There are three main types of kernel locks.  The fundamental type