diff options
author | Matt Caswell <frodo@baggins.org> | 2013-06-13 00:42:08 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2013-06-13 00:42:08 +0200 |
commit | aafbe1ccd28439d0eb484f5b889272cbc71d62b5 (patch) | |
tree | aa2f33da04e7d4dfb5249882fd4afd4e0bc33de0 /doc/crypto/RAND_egd.pod | |
parent | Exetended OAEP support. (diff) | |
download | openssl-aafbe1ccd28439d0eb484f5b889272cbc71d62b5.tar.xz openssl-aafbe1ccd28439d0eb484f5b889272cbc71d62b5.zip |
Document updates from wiki.
PR#3071
The primary changes made are:
- Updates to the "NAME" section of many pages to correctly reflect the
functions defined on those pages. This section is automatically parsed
by the util/extract-names.pl script, so if it is not correct then
running "man" will not correctly locate the right manual pages.
- Updates to take account of where functions are now deprecated
- Full documentation of the ec sub-library
- A number of other typo corrections and other minor tweaks
Diffstat (limited to 'doc/crypto/RAND_egd.pod')
-rw-r--r-- | doc/crypto/RAND_egd.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/RAND_egd.pod b/doc/crypto/RAND_egd.pod index 8b8c61d161..80fa734d18 100644 --- a/doc/crypto/RAND_egd.pod +++ b/doc/crypto/RAND_egd.pod @@ -2,7 +2,7 @@ =head1 NAME -RAND_egd - query entropy gathering daemon +RAND_egd, RAND_egd_bytes, RAND_query_egd_bytes - query entropy gathering daemon =head1 SYNOPSIS |