more fixes


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1049 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/asn1c/asn1c.1 b/asn1c/asn1c.1
index 376d0fa..4781441 100644
--- a/asn1c/asn1c.1
+++ b/asn1c/asn1c.1
@@ -79,14 +79,14 @@
 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