Add true/false explanation
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Jan 2011 20:29:03 +0000 (15:29 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Jan 2011 20:29:03 +0000 (15:29 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
common-trace-format-proposal.txt

index 4da86e3e871e48ed1de3c07cf6a36f2d11c2d6b5..a69c0a3f45ecb8668aec2804a7ff335a5c0afdcf 100644 (file)
@@ -771,7 +771,8 @@ and trace UUID.
 The metadata can be parsed by reading through the metadata strings, skipping
 newlines and null-characters. Type names are made of a single identifier, and
 can be surrounded by prefix/postfix. Text contained within "/*" and "*/", as
-well as within "//" and end of line, are treated as comments.
+well as within "//" and end of line, are treated as comments. Boolean values can
+be represented as true, TRUE, or 1 for true, and false, FALSE, or 0 for false.
 
 The grammar representing the CTF metadata is presented in
 Appendix C. CTF Metadata Grammar.
This page took 0.023657 seconds and 4 git commands to generate.