aboutsummaryrefslogtreecommitdiffstats
path: root/asn1c/enber.1
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-06-08 00:06:59 +0000
committerLev Walkin <vlm@lionet.info>2005-06-08 00:06:59 +0000
commitf9854347fef55a3c3e3b109de0126246676c1235 (patch)
tree4fa859f1d101ec923c7fad97db5b0d5306fc0d01 /asn1c/enber.1
parent4a4bdf7b89290ebc1593b2c63756bbe057dbce88 (diff)
offset printing
Diffstat (limited to 'asn1c/enber.1')
-rw-r--r--asn1c/enber.18
1 files changed, 4 insertions, 4 deletions
diff --git a/asn1c/enber.1 b/asn1c/enber.1
index 4a9edfc2..365bc46a 100644
--- a/asn1c/enber.1
+++ b/asn1c/enber.1
@@ -12,7 +12,7 @@
.SH NAME
enber \- Convert the unber XML output back into BER
.SH SYNOPSIS
-enber [\fB-n\fR] [\fB-\fR] \fIinfile\fR...
+enber [\fB-n\fR] [\fB-\fR] [\fIinfile\fR...]
.SH DESCRIPTION
enber takes the XML-formatted files produced by \fIunber\fR\|(1) and converts
them back into the BER format.
@@ -39,9 +39,9 @@ The following example demostrates the use of comments:
.Vb
\& <C T="[1]" TL="2" V="2">
\& <I T="[1]" TL="2" V="Indefinite">
-\& -- </I>
-\& # Do not terminate:
-\& # the absence of end-of-content octets is intentional!
+\& \fB--\fR </I>
+\& \fB#\fR Do not terminate:
+\& \fB#\fR the absence of end-of-content octets is intentional!
\& </C>
.Ve
.SH SEE ALSO