aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2016-01-23 12:05:00 -0800
committerLev Walkin <vlm@lionet.info>2016-01-23 12:05:00 -0800
commitfde3d9747b9a973ee3d33199923e824ec27c80cb (patch)
treeb8cd38f142f3413b293e3afaa506d3278f5b193d /README.md
parent79a75f24fb3aacfdf279b82a075ca112dc606a95 (diff)
formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4031d5d4..b9f36125 100644
--- a/README.md
+++ b/README.md
@@ -58,14 +58,14 @@ standard output. The default behavior is that asn1c compiler creates
multiple .c and .h files for every ASN.1 type found inside the specified
ASN.1 modules.
-The compiler's *-E* and *-EF* options are used for testing the parser and
+The compiler's **-E** and **-EF** options are used for testing the parser and
the semantic fixer, respectively. These options will instruct the compiler
to dump out the parsed (and fixed) ASN.1 specification as it was
"understood" by the compiler. It might be useful for checking
whether a particular syntactic construction is properly supported
by the compiler.
- asn1c -EF <module-to-test.asn1> # Check semantic validity
+ asn1c -EF <module-to-test.asn1> # Check semantic validity
# Model of operation