From: Bodo Möller Date: Tue, 9 Jul 2002 10:51:25 +0000 (+0000) Subject: fix synopsis X-Git-Tag: OpenSSL_0_9_6e~26^2~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cd7562091d0fcad3768e6696411cedde51caba1f;p=oweals%2Fopenssl.git fix synopsis Submitted by: Nils Larsch --- diff --git a/doc/apps/crl2pkcs7.pod b/doc/apps/crl2pkcs7.pod index da199b044a..3797bc0df4 100644 --- a/doc/apps/crl2pkcs7.pod +++ b/doc/apps/crl2pkcs7.pod @@ -6,12 +6,13 @@ crl2pkcs7 - Create a PKCS#7 structure from a CRL and certificates. =head1 SYNOPSIS -B B +B B [B<-inform PEM|DER>] [B<-outform PEM|DER>] [B<-in filename>] [B<-out filename>] -[B<-print_certs>] +[B<-certfile filename>] +[B<-nocrl>] =head1 DESCRIPTION