aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-03-07 13:05:38 +0000
committerLev Walkin <vlm@lionet.info>2006-03-07 13:05:38 +0000
commite348189816f0ddc82ecb6d673648b21c491bb876 (patch)
tree80c9138e778567e3fc527a7be3a27e2e1417ab67
parentc81842b18610f699d2e6d23d183f71739e5e6048 (diff)
more fixes
-rw-r--r--asn1c/asn1c.14
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1c/asn1c.1 b/asn1c/asn1c.1
index 376d0fa9..4781441e 100644
--- a/asn1c/asn1c.1
+++ b/asn1c/asn1c.1
@@ -79,14 +79,14 @@ Enable debugging during the actual compile time.
Normally the compiler hides the definitions (asn1_DEF_xxx) of the inner
structure elements (members of SEQUENCE, SET and other types). This option
makes all such definitions global.
-Enabling this option may pollute the namespace by making lots of asn1_DEF_xxx
+Using this option may pollute the namespace by making lots of asn1_DEF_xxx
structures globally visible, but will allow you to manipulate
(encode and decode) the individual members of any complex ASN.1 structure.
.TP
.B \-fbless-SIZE
Allow SIZE() constraint for INTEGER, ENUMERATED, and other types for which this
constraint is normally prohibited by the standard. This is a violation of
-an ASN.1 standard and compiler may fail to produce meaningful code.
+ASN.1 standard and compiler may fail to produce meaningful code.
.TP
.B \-fcompound-names
Using this switch prevents name collisions in the target source code