CTF: Get rid of duplicate OR
authorNamhyung Kim <namhyung@gmail.com>
Mon, 28 Oct 2013 14:35:13 +0000 (23:35 +0900)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 28 Oct 2013 20:12:45 +0000 (20:12 +0000)
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
common-trace-format-specification.txt

index 532094434798bce2376e0e621cf26281c3fd93c1..46c1013890bcbf5a3d047ffa0c80d32b3db1a62f 100644 (file)
@@ -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;
This page took 0.023116 seconds and 4 git commands to generate.