aboutsummaryrefslogtreecommitdiffstats
path: root/asn1c/asn1c.1
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-23 22:06:02 +0000
committerLev Walkin <vlm@lionet.info>2004-09-23 22:06:02 +0000
commit06b8d7aa3355121c8810850972955374f884dc20 (patch)
tree646778c9f26c6077dc3d577d64d6f0ddbf3aaf11 /asn1c/asn1c.1
parent60a1403aa733f2a86c4837708bc8fd53be5870e4 (diff)
implemented unber - the ASN.1 BER Decoder
Diffstat (limited to 'asn1c/asn1c.1')
-rw-r--r--asn1c/asn1c.111
1 files changed, 4 insertions, 7 deletions
diff --git a/asn1c/asn1c.1 b/asn1c/asn1c.1
index 8d7cf061..d6be9458 100644
--- a/asn1c/asn1c.1
+++ b/asn1c/asn1c.1
@@ -4,9 +4,8 @@
.TH ASN1C 1 "\*(Dt" "ASN.1 Compiler" "ASN.1 Compiler"
.SH NAME
asn1c \- ASN.1 Compiler
-.ND ASN.1 compiler
.SH SYNOPSIS
-asn1c [\fB\-E\fR [\fB-F\fR] | \fB\-P\fR | \fB\-R\fR | \fB\-t\fR\fIdata-string\fR]
+asn1c [\fB\-E\fR [\fB-F\fR] | \fB\-P\fR | \fB\-R\fR]
[\fB\-S\fR\fIdir\fR]
[\fB\-W\fR\fIdebug-\fR...] [\fB\-f\fR\fIoption\fR...] [\fB\-p\fR\fIrint-\fR...]
\fIinfile\fR...
@@ -19,7 +18,6 @@ and other encoding standards.
\fIOverall Options\fR
\fB\-E \-F \-P \-R\fR
.BI "\-S " directory
-.BI "\-t " data-string
.TP
\fIWarning Options\fR
.br
@@ -55,10 +53,6 @@ omitting the usual support code.
.TP
\fB\-S\fR \fIdirectory\fR
Use the specified directory with ASN.1 skeleton files.
-.TP
-\fB\-t\fR \fIdata-string\fR
-Interpret the data-string as a sequence of hexadecimal values representing
-the start of BER TLV encoding. Print the human readable explanation.
.SH WARNING OPTIONS
.TP
.B \-Werror
@@ -104,5 +98,8 @@ its internal understanding of subtype constraints.
.TP
.B \-print-lines
Generate "-- #line" comments in \fB-E\fR output.
+.SH SEE ALSO
+.TP
+\&\fIunber\fR\|(1)
.SH AUTHORS
Lev Walkin <vlm@lionet.info>