Sync with 5.4.0
[deliverable/titan.core.git] / compiler2 / compiler.1
index 2df9a3418a128cca6aa79b8dbdd01ee5862d25df..9739703d711b7aa72ba35ac3415aecaf0ccf8cf1 100644 (file)
@@ -3,7 +3,7 @@
 compiler \- TTCN-3 and ASN.1 to C++ translator
 .SH SYNOPSIS
 .B compiler
-.RB "[\| " \-abcdfgijlLpqrRsStuwxXyY " \|]"
+.RB "[\| " \-abcdfgijlLMpqrRsStuwxXyY " \|]"
 .RB "[\| " \-V
 .IR " verb_level" " \|]"
 .RB "[\| " \-K
@@ -141,6 +141,22 @@ Usage of this option a bit enlarges the size of the generated code and slightly
 reduces execution speed. This flag is not recommended when the TTCN-3 test
 suite is used for load generation.
 .TP
+.B \-M
+Allows the use of the value
+.B omit
+in template lists and complemented template lists (legacy behavior).
+If set, an omitted field will match a template list, if the value
+.B omit
+appears in the list, and it will match a complemented template list, if
+.B omit
+is not in the list (the
+.B ifpresent
+attribute can still be used for matching omitted fields). This also affects the
+.B ispresent
+operation and the
+.B present
+template restriction accordingly.
+.TP
 .BI \-o " dir"
 The output files (including Test Port skeletons) will be placed into
 the directory specified by
@@ -385,7 +401,7 @@ ITU-T Recommendations X.680-683:
 .SH AUTHOR
 This manpage is written by Janos Zoltan Szabo, Ericsson Telecom AB
 .br
-Copyright (c) 2000-2014 Ericsson Telecom AB
+Copyright (c) 2000-2015 Ericsson Telecom AB
 .br
 All rights reserved. This program and the accompanying materials
 are made available under the terms of the Eclipse Public License v1.0
This page took 0.025835 seconds and 5 git commands to generate.