All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add recommended section IDs to deviceiobook.tmpl
@ 2007-10-09  7:35 Rob Landley
  0 siblings, 0 replies; only message in thread
From: Rob Landley @ 2007-10-09  7:35 UTC (permalink / raw)
  To: akpm; +Cc: matthew, alan, linux-kernel

From: Rob Landley <rob@landley.net>

Add recommended section ID tags to deviceiobook.tmpl

Signed-off-by: Rob Landley <rob@landley.net>
---

Because otherwise the link #anchors in the html vary from build to build.

 Documentation/DocBook/deviceiobook.tmpl |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff -r a26a53ed1101 Documentation/DocBook/deviceiobook.tmpl
--- a/Documentation/DocBook/deviceiobook.tmpl	Sun Oct 07 16:42:22 2007 -0700
+++ b/Documentation/DocBook/deviceiobook.tmpl	Tue Oct 09 02:32:12 2007 -0500
@@ -85,7 +85,7 @@
 
   <chapter id="mmio">
     <title>Memory Mapped IO</title>
-    <sect1>
+    <sect1 id="getting_access_to_the_device">
       <title>Getting Access to the Device</title>
       <para>
 	The most widely supported form of IO is memory mapped IO.
@@ -114,7 +114,7 @@
       </para>
     </sect1>
 
-    <sect1>
+    <sect1 id="accessing_the_device">
       <title>Accessing the device</title>
       <para>
 	The part of the interface most used by drivers is reading and
@@ -272,9 +272,9 @@ CPU B:  spin_unlock_irqrestore(&amp;dev_
 
   </chapter>
 
-  <chapter>
+  <chapter id="port_space_accesses">
     <title>Port Space Accesses</title>
-    <sect1>
+    <sect1 id="port_space_explained">
       <title>Port Space Explained</title>
 
       <para>
@@ -291,7 +291,7 @@ CPU B:  spin_unlock_irqrestore(&amp;dev_
       </para>
 
     </sect1>
-    <sect1>
+    <sect1 id="accessing_port_space">
       <title>Accessing Port Space</title>
       <para>
 	Accesses to this space are provided through a set of functions

-- 
"One of my most productive days was throwing away 1000 lines of code."
  - Ken Thompson.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-09  7:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-09  7:35 [PATCH] Add recommended section IDs to deviceiobook.tmpl Rob Landley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.