X-Git-Url: http://git.efficios.com/?p=ctf.git;a=blobdiff_plain;f=common-trace-format-specification.txt;fp=common-trace-format-specification.txt;h=46c1013890bcbf5a3d047ffa0c80d32b3db1a62f;hp=532094434798bce2376e0e621cf26281c3fd93c1;hb=b46cfbf6a7ee8e30bf7bbf84009ceedeac4e4bf3;hpb=2a0bae9ec1c7b488839280f285cbf16a8d8ab9c0 diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index 5320944..46c1013 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -248,7 +248,7 @@ TSDL meta-data representation: size = value; /* value in bits, no default */ align = value; /* value in bits */ /* based used for pretty-printing output, default: decimal. */ - base = decimal OR dec OR OR d OR i OR u OR 10 OR hexadecimal OR hex OR x OR X OR p OR 16 + base = decimal OR dec OR d OR i OR u OR 10 OR hexadecimal OR hex OR x OR X OR p OR 16 OR octal OR oct OR o OR 8 OR binary OR b OR 2; /* character encoding, default: none */ encoding = none or UTF8 or ASCII;