Header tags have to be 8-bytes aligned. So, fix it.
Additionally, mention header closing tag in the spec.
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
@node Header tags
@subsection General tag structure
-Tags constitutes a buffer of structures following each other padded on @samp{u32} size.
-Every structure has following format:
+Tags constitutes a buffer of structures following each other padded when necessary
+in order for each tag to start at 8-bytes aligned address. Tags are terminated by
+a tag of type @samp{0} and size @samp{8}. Every structure has following format:
@example
@group