[PATCH input-mouse] README: fix linuxdoc content
Gaetan Nadon
memsize at videotron.ca
Tue Apr 27 12:23:58 PDT 2010
defs.ent are located under X11 directory
ident tag is not a Linuxdoc tag
replace docbook email tag with linuxdoc email tag
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
README.sgml | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/README.sgml b/README.sgml
index 37ccc29..5450c66 100644
--- a/README.sgml
+++ b/README.sgml
@@ -1,5 +1,5 @@
<!DOCTYPE linuxdoc PUBLIC "-//Xorg//DTD linuxdoc//EN" [
-<!ENTITY % defs SYSTEM "defs.ent"> %defs;
+<!ENTITY % defs SYSTEM "X11/defs.ent"> %defs;
]>
<article>
@@ -7,9 +7,6 @@
<author>Kazutaka Yokota
<date>17 December 2002
-<ident>
-</ident>
-
<toc>
<sect>Introduction <p>
@@ -173,7 +170,7 @@ Use <tt>/dev/mouse</tt> for the <tt>"BusMouse"</tt> protocol
and <tt>/dev/kdmouse</tt> for the <tt>"PS/2"</tt> protocol.
These protocols are untested but may work.
Please send success/failure reports to
-<email>michael.rohleder at stadt-frankfurt.de</email>.
+<url url="mailto:michael.rohleder at stadt-frankfurt.de">
<sect1>Linux <p>
All protocol types should work.
--
1.6.0.4
More information about the xorg-devel
mailing list