forked from Minki/linux
[PATCH] DocBook: fix <void/> xml tag
This fix is needed to create valid XML. Signed-off-by: Martin Waitz <tali@admingilde.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
4dc3b16ba1
commit
6013d5445f
@ -607,7 +607,7 @@ sub output_function_xml(%) {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
print " <void>\n";
|
||||
print " <void/>\n";
|
||||
}
|
||||
print " </funcprototype></funcsynopsis>\n";
|
||||
print "</refsynopsisdiv>\n";
|
||||
|
Loading…
Reference in New Issue
Block a user