Rename tags in XML <status> block.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4240 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/docs/internals/xml-output.txt b/docs/internals/xml-output.txt
index ec8fa57..b233e33 100644
--- a/docs/internals/xml-output.txt
+++ b/docs/internals/xml-output.txt
@@ -166,8 +166,8 @@
* The following, indicating that the program has now started:
- <status> <what>RUNNING</what>
- <when>human-readable-time-string</when>
+ <status> <state>RUNNING</state>
+ <time>human-readable-time-string</time>
</status>
* Zero or more of (either ERROR or ERRORCOUNTS).
@@ -175,8 +175,8 @@
* The following, indicating that the program has now finished, and
that the wrapup (leak checking) is happening.
- <status> <what>FINISHED</what>
- <when>human-readable-time-string</when>
+ <status> <state>FINISHED</state>
+ <time>human-readable-time-string</time>
</status>
* SUPPCOUNTS, indicating how many times each suppression was used.