提交 6013d544 编写于 作者: M Martin Waitz 提交者: Linus Torvalds

[PATCH] DocBook: fix <void/> xml tag

This fix is needed to create valid XML.
Signed-off-by: NMartin Waitz <tali@admingilde.org>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 4dc3b16b
......@@ -607,7 +607,7 @@ sub output_function_xml(%) {
}
}
} else {
print " <void>\n";
print " <void/>\n";
}
print " </funcprototype></funcsynopsis>\n";
print "</refsynopsisdiv>\n";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册