X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fapps%2Fasn1parse.pod;h=f7bb92621168191a3284eaed9235b30d4e487599;hp=e3462aabf162e4500e0b7067752537a8fd3c2b21;hb=2b4ffc659eabec29f76821f0ac624a2b8c19e4c7;hpb=04f0a6ba3952e17e758fcdbb80510d1ff9744365 diff --git a/doc/apps/asn1parse.pod b/doc/apps/asn1parse.pod index e3462aabf1..f7bb926211 100644 --- a/doc/apps/asn1parse.pod +++ b/doc/apps/asn1parse.pod @@ -72,11 +72,11 @@ option can be used multiple times to "drill down" into a nested structure. =item B<-genstr string>, B<-genconf file> generate encoded data based on B, B or both using -ASN1_generate_nconf() format. If B only is present then the string -is obtained from the default section using the name B. The encoded -data is passed through the ASN1 parser and printed out as though it came -from a file, the contents can thus be examined and written to a file -using the B option. +L format. If B only is +present then the string is obtained from the default section using the name +B. The encoded data is passed through the ASN1 parser and printed out as +though it came from a file, the contents can thus be examined and written to a +file using the B option. =back @@ -165,7 +165,11 @@ Example config file: =head1 BUGS -There should be options to change the format of input lines. The output of some +There should be options to change the format of output lines. The output of some ASN.1 types is not well handled (if at all). +=head1 SEE ALSO + +L + =cut