Import the first cut for manual pages.
authorRalf S. Engelschall <rse@openssl.org>
Tue, 29 Dec 1998 17:12:34 +0000 (17:12 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Tue, 29 Dec 1998 17:12:34 +0000 (17:12 +0000)
commitcb496082f8db564ac7c8054edf46a2a7dd5e7393
treeb1fdd51c303a3a5fbcb664ad4767b9999c006a0a
parentf2d4be3b84dd38e12dadeba055b28374d56ab1a1
Import the first cut for manual pages.

They are written in Perl's POD format for two reasons: First Perl is already
needed for SSLeay and second, POD is easy to write and maintain _AND_ created
nice looking NRoff manpages.

The idea is to have three manual pages:

  openssl(1) ... The manpage for the `openssl' program (formerly ssleay)
  crypto(3) .... The manpage for crypto.h/libcrypto.a
  ssl(3) ....... The manpage for ssl.h/libssl.a

The openssl(1) should be very similar to cvs(1), i.e.  it should document all
commands in a compact way.  And I've even created the first cut for an
overview of all 243 functions of the SSL API for ssl.pod. More to come...
doc/crypto.pod [new file with mode: 0644]
doc/openssl.pod [new file with mode: 0644]
doc/ssl.pod [new file with mode: 0644]