From b46cfbf6a7ee8e30bf7bbf84009ceedeac4e4bf3 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Mon, 28 Oct 2013 23:35:13 +0900 Subject: [PATCH] CTF: Get rid of duplicate OR Signed-off-by: Namhyung Kim Signed-off-by: Mathieu Desnoyers --- common-trace-format-specification.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1