diff options
author | sangsu <sangsu.choi@samsung.com> | 2016-06-08 10:17:41 +0900 |
---|---|---|
committer | sangsu <sangsu.choi@samsung.com> | 2016-06-08 10:18:15 +0900 |
commit | a39386a3afe2d7e0cc717a49f970f53d974fda53 (patch) | |
tree | d6deb781410d96006a58fcfcaa8f31ffcc139523 /doc/asn1Coding.1 | |
parent | d2521ee04e00e1c060001d5d67c1cf0bd23ec260 (diff) | |
download | libtasn1-a39386a3afe2d7e0cc717a49f970f53d974fda53.tar.gz libtasn1-a39386a3afe2d7e0cc717a49f970f53d974fda53.tar.bz2 libtasn1-a39386a3afe2d7e0cc717a49f970f53d974fda53.zip |
Imported Upstream version 4.8upstream/4.8submit/upstream/20160613.071414
Change-Id: I25e57ece28b9ebb637a2b7356f57e11b7f2eb807
Signed-off-by: sangsu <sangsu.choi@samsung.com>
Diffstat (limited to 'doc/asn1Coding.1')
-rw-r--r-- | doc/asn1Coding.1 | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/asn1Coding.1 b/doc/asn1Coding.1 new file mode 100644 index 0000000..a3c4f26 --- /dev/null +++ b/doc/asn1Coding.1 @@ -0,0 +1,50 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.1. +.TH ASN1CODING "1" "April 2016" "asn1Coding (libtasn1) 4.8" "User Commands" +.SH NAME +asn1Coding \- ASN.1 DER encoder +.SH SYNOPSIS +.B asn1Coding +[\fI\,OPTION\/\fR] \fI\,DEFINITIONS ASSIGNMENTS\/\fR +.SH DESCRIPTION +Generates a DER encoding of ASN.1 DEFINITIONS file +and ASSIGNMENTS file with value assignments. +.PP +Mandatory arguments to long options are mandatory for short options too. +.TP +\fB\-c\fR, \fB\-\-check\fR +checks the syntax only +.TP +\fB\-o\fR, \fB\-\-output\fR=\fI\,FILE\/\fR +output file +.TP +\fB\-h\fR, \fB\-\-help\fR +display this help and exit +.TP +\fB\-v\fR, \fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Fabio Fiorina. +.SH "REPORTING BUGS" +Report bugs to: help\-libtasn1@gnu.org +.br +GNU Libtasn1 home page: <http://www.gnu.org/software/libtasn1/> +.br +General help using GNU software: <http://www.gnu.org/gethelp/> +.SH COPYRIGHT +Copyright \(co 2014 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B asn1Coding +is maintained as a Texinfo manual. If the +.B info +and +.B asn1Coding +programs are properly installed at your site, the command +.IP +.B info libtasn1 +.PP +should give you access to the complete manual. |