From: Bodo Möller Date: Sat, 8 Jan 2000 18:08:02 +0000 (+0000) Subject: Unify doc/openssl.pod and doc/man/openssl.pod, which were almost the X-Git-Tag: OpenSSL_0_9_5beta1~311 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=3ea4404fd7778168895b90e8cd57025760d50be1 Unify doc/openssl.pod and doc/man/openssl.pod, which were almost the same and now are identical. The next step will be to delete doc/openssl.pod, this is just to see the individual CVS deltas. --- diff --git a/Makefile.org b/Makefile.org index c209bc4cab..47fadd2f23 100644 --- a/Makefile.org +++ b/Makefile.org @@ -354,7 +354,7 @@ install: all chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i ); \ done @echo installing man 1 - @for i in doc/openssl.pod doc/man/*.pod ; \ + @for i in doc/man/*.pod ; \ do pod2man --section=1 --date=`date +%Y-%m-%d` --center=OpenSSL \ --release=$(VERSION) $$i > $(INSTALL_PREFIX)$(INSTALLTOP)/man/man1/`basename $$i .pod`.1; \ done diff --git a/doc/man/openssl.pod b/doc/man/openssl.pod index c680825065..89f81c7c90 100644 --- a/doc/man/openssl.pod +++ b/doc/man/openssl.pod @@ -224,13 +224,87 @@ RC5 Cipher =back +=head1 DETAILED COMMAND DESCRIPTION + +The following is a detailed description of every B I. +(No, it isn't; this is here temporarily and should be in separate +files for s_client and for s_server.) + +=over 4 + +=item B B +[B<-connect> IB<:>I] +[B<-verify> I] +[B<-cert> I] +[B<-key> I] +[B<-CApath> I] +[B<-CAfile> I] +[B<-reconnect>] +[B<-pause>] +[B<-debug>] +[B<-nbio_test>] +[B<-state>] +[B<-nbio>] +[B<-quiet>] +[B<-ssl2>] +[B<-ssl3>] +[B<-tls1>] +[B<-no_ssl2>] +[B<-no_ssl3>] +[B<-no_tls1>] +[B<-bugs>] +[B<-cipher>] + +The B command implements a generic SSL/TLS client which can +establish a transparent connection to a remote I and I speaking +SSL/TLS. + +=item B B +[B<-accept> I] +[B<-verify> I] +[B<-Verify> I] +[B<-cert> I] +[B<-key> I] +[B<-dcert> I] +[B<-dkey> I] +[B<-nbio>] +[B<-nbio_test>] +[B<-debug>] +[B<-state>] +[B<-CApath> I] +[B<-CAfile> I] +[B<-nocert>] +[B<-cipher> I] +[B<-quiet>] +[B<-no_tmp_rsa>] +[B<-ssl2>] +[B<-ssl3>] +[B<-tls1>] +[B<-no_ssl2>] +[B<-no_ssl3>] +[B<-no_tls1>] +[B<-bugs>] +[B<-www>] +[B<-WWW>] + +The B command implements a generic SSL/TLS server which accepts +connections from remote clients on I speaking SSL/TLS. + +=back + +... + =head1 SEE ALSO +asn1parse(1), ca(1), config(1), crl(1), crl2pkcs7(1), dgst(1), dh(1), +dsa(1), dsaparam(1), enc(1), gendh(1), gendsa(1), genrsa(1), nseq(1), +openssl(1), pkcs12(1), pkcs7(1), pkcs8(1), req(1), rsa(1), smime(1), +spkac(1), verify(1), version(1), x509(1), crypto(3), ssl(3) =head1 HISTORY -The openssl(3) document appeared in OpenSSL 0.9.2 +The openssl(1) document appeared in OpenSSL 0.9.2 =cut diff --git a/doc/openssl.pod b/doc/openssl.pod index 561f01e0ca..89f81c7c90 100644 --- a/doc/openssl.pod +++ b/doc/openssl.pod @@ -56,7 +56,7 @@ Certificate Revocation List (CRL) Management. =item B -CRL2 to PKCS#7 Conversion. +CRL to PKCS#7 Conversion. =item B @@ -227,6 +227,8 @@ RC5 Cipher =head1 DETAILED COMMAND DESCRIPTION The following is a detailed description of every B I. +(No, it isn't; this is here temporarily and should be in separate +files for s_client and for s_server.) =over 4 @@ -294,11 +296,15 @@ connections from remote clients on I speaking SSL/TLS. =head1 SEE ALSO +asn1parse(1), ca(1), config(1), crl(1), crl2pkcs7(1), dgst(1), dh(1), +dsa(1), dsaparam(1), enc(1), gendh(1), gendsa(1), genrsa(1), nseq(1), +openssl(1), pkcs12(1), pkcs7(1), pkcs8(1), req(1), rsa(1), smime(1), +spkac(1), verify(1), version(1), x509(1), crypto(3), ssl(3) =head1 HISTORY -The openssl(3) document appeared in OpenSSL 0.9.2 +The openssl(1) document appeared in OpenSSL 0.9.2 =cut