[patch 2/6] DocBook: fix <void/> xml tag

From: Martin Waitz
Date: Wed Apr 06 2005 - 06:50:09 EST


DocBook: fix <void/> xml tag

This fix is needed to create valid XML.

Signed-off-by: Martin Waitz <tali@xxxxxxxxxxxxxx>

scripts/kernel-doc | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-docbook/scripts/kernel-doc
===================================================================
--- linux-docbook.orig/scripts/kernel-doc 2005-04-06 12:24:11.970110331 +0200
+++ linux-docbook/scripts/kernel-doc 2005-04-06 12:25:14.115702254 +0200
@@ -607,7 +607,7 @@ sub output_function_xml(%) {
}
}
} else {
- print " <void>\n";
+ print " <void/>\n";
}
print " </funcprototype></funcsynopsis>\n";
print "</refsynopsisdiv>\n";

--
Martin Waitz
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/