From: Namhyung Kim Date: Mon, 28 Oct 2013 14:35:13 +0000 (+0900) Subject: CTF: Get rid of duplicate OR X-Git-Tag: v1.8.3~17 X-Git-Url: http://git.efficios.com/?p=ctf.git;a=commitdiff_plain;h=b46cfbf6a7ee8e30bf7bbf84009ceedeac4e4bf3 CTF: Get rid of duplicate OR Signed-off-by: Namhyung Kim Signed-off-by: Mathieu Desnoyers --- 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;