CTF: Get rid of duplicate OR
[ctf.git] / 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.024556 seconds and 4 git commands to generate.