aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2016-01-23 12:06:33 -0800
committerLev Walkin <vlm@lionet.info>2016-01-23 12:06:33 -0800
commit897bb8ac6663da509cf692ca715099770570e317 (patch)
treeb8cd38f142f3413b293e3afaa506d3278f5b193d
parentf5aff0287da4e46439e52822a8f4c3f940abda30 (diff)
get back to space-based quoting
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 44c63f7a..b9f36125 100644
--- a/README.md
+++ b/README.md
@@ -37,12 +37,12 @@ An excellent book on ASN.1 is written by Olivier Dubuisson:
After installing the compiler (see [INSTALL](INSTALL)), you may use
the asn1c command to compile the ASN.1 specification:
-> asn1c <module.asn1> # Compile module
+ asn1c <module.asn1> # Compile module
If several specifications contain interdependencies, all of them must be
specified at the same time:
-> asn1c <module1.asn1> <module2.asn1> ... # Compile interdependent modules
+ asn1c <module1.asn1> <module2.asn1> ... # Compile interdependent modules
The asn1c source tarball contains the [examples/](examples/) directory
with several ASN.1 modules and a [script](examples/crfc2asn1.pl)
@@ -51,7 +51,7 @@ Refer to the [examples/README](examples/README) file in that directory.
To compile the X.509 PKI module:
-> ./asn1c/asn1c -P ./examples/rfc3280-*.asn1 # Compile-n-print
+ ./asn1c/asn1c -P ./examples/rfc3280-*.asn1 # Compile-n-print
In this example, the **-P** option is to print the compiled text on the
standard output. The default behavior is that asn1c compiler creates
@@ -65,7 +65,7 @@ to dump out the parsed (and fixed) ASN.1 specification as it was
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