All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uio-howto.tmpl: use unique output names
@ 2008-06-23  3:18 Mike Frysinger
  2008-06-24 14:19 ` Hans J. Koch
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2008-06-23  3:18 UTC (permalink / raw)
  To: hjk, linux-kernel, akpm

The Userspace I/O HOWTO template sets two different sections with the same
html output name (about.html).  This clearly won't work, so change the first
one to a unique "aboutthis.html" to prevent clobbering.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 Documentation/DocBook/uio-howto.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/DocBook/uio-howto.tmpl b/Documentation/DocBook/uio-howto.tmpl
index 3da4855..d38fbde 100644
--- a/Documentation/DocBook/uio-howto.tmpl
+++ b/Documentation/DocBook/uio-howto.tmpl
@@ -69,7 +69,7 @@ GPL version 2.
 </bookinfo>
 
 <chapter id="aboutthisdoc">
-<?dbhtml filename="about.html"?>
+<?dbhtml filename="aboutthis.html"?>
 <title>About this document</title>
 
 <sect1 id="translations">
-- 
1.5.5.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-24 14:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-23  3:18 [PATCH] uio-howto.tmpl: use unique output names Mike Frysinger
2008-06-24 14:19 ` Hans J. Koch

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.