]> git.ipfire.org Git - thirdparty/openssl.git/commit
Update various man pages to place HISTORY section after SEE ALSO
authorJoshua Lock <jlock@vmware.com>
Tue, 9 Apr 2019 14:13:55 +0000 (15:13 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 12 Apr 2019 13:50:13 +0000 (15:50 +0200)
commitb5c4bbbe54e112b976155004b3d702e47ce7d9d9
tree5ded88949c568183ea45d4bd085e4386ef4e6409
parent573ac8f2228241771f727ecd8ff10f54073536d3
Update various man pages to place HISTORY section after SEE ALSO

SEE ALSO before HISTORY is the more common pattern in OpenSSL manual
pages and seems to be the prevalent order based on sampling my system
manual pages.

Fixes #8631

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8729)
21 files changed:
doc/man3/BIO_connect.pod
doc/man3/BN_rand.pod
doc/man3/BN_security_bits.pod
doc/man3/DES_random_key.pod
doc/man3/PEM_read_bio_PrivateKey.pod
doc/man3/RAND_DRBG_generate.pod
doc/man3/RAND_DRBG_get0_master.pod
doc/man3/RAND_DRBG_new.pod
doc/man3/RAND_DRBG_reseed.pod
doc/man3/RAND_DRBG_set_callbacks.pod
doc/man3/RAND_add.pod
doc/man3/RAND_bytes.pod
doc/man3/RAND_cleanup.pod
doc/man3/SSL_CIPHER_get_name.pod
doc/man3/SSL_CTX_new.pod
doc/man3/SSL_CTX_set_default_passwd_cb.pod
doc/man3/SSL_CTX_set_min_proto_version.pod
doc/man3/SSL_CTX_set_split_send_fragment.pod
doc/man3/SSL_read.pod
doc/man3/SSL_write.pod
doc/man3/X509_get_subject_name.pod