Fix many doc L<> errors
authorRich Salz <rsalz@openssl.org>
Sat, 11 Mar 2017 13:56:44 +0000 (08:56 -0500)
committerRich Salz <rsalz@openssl.org>
Sat, 11 Mar 2017 13:56:44 +0000 (08:56 -0500)
commit9e183d2271653cbba2d9cf56d40c1356705207aa
tree368487095b3fa0e743927b365754695fbbf56734
parent8e3d46e58ba1b754f0c3fdddd47f7c451f0b2b23
Fix many doc L<> errors

Add 2017 copyright year
Add missing typedef to NAME
Remove ec(7) and bn(7) doc links
Remove .pod link errors, bogus links, make a few typo corrections
Fix some typo's in links and some missing items.
Don't link to C runtime functions (See OPENSSL_malloc for example/precedent)
Document ASN1_tag2str(), add a few typedef's that were missing from NAME
Update doc-nits target; addresses
    https://github.com/openssl/openssl/pull/1900#issuecomment-259943891,
Merge check-doc-links into find-doc-nits; if run regularly, would have found
    https://github.com/openssl/openssl/pull/2825

Reviewed-by: Richard Levitte <levitte@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2862)
46 files changed:
Configurations/unix-Makefile.tmpl
doc/man3/ASN1_STRING_print_ex.pod
doc/man3/BN_BLINDING_new.pod
doc/man3/BN_CTX_new.pod
doc/man3/BN_add.pod
doc/man3/BN_add_word.pod
doc/man3/BN_bn2bin.pod
doc/man3/BN_cmp.pod
doc/man3/BN_copy.pod
doc/man3/BN_generate_prime.pod
doc/man3/BN_mod_inverse.pod
doc/man3/BN_mod_mul_montgomery.pod
doc/man3/BN_mod_mul_reciprocal.pod
doc/man3/BN_new.pod
doc/man3/BN_num_bytes.pod
doc/man3/BN_rand.pod
doc/man3/BN_set_bit.pod
doc/man3/BN_swap.pod
doc/man3/BN_zero.pod
doc/man3/CONF_modules_load_file.pod
doc/man3/CRYPTO_get_ex_new_index.pod
doc/man3/ECPKParameters_print.pod
doc/man3/EC_GFp_simple_method.pod
doc/man3/EC_GROUP_copy.pod
doc/man3/EC_GROUP_new.pod
doc/man3/EC_KEY_get_enc_flags.pod
doc/man3/EC_KEY_new.pod
doc/man3/EC_POINT_add.pod
doc/man3/EC_POINT_new.pod
doc/man3/OPENSSL_init_crypto.pod
doc/man3/SCT_new.pod
doc/man3/SMIME_read_PKCS7.pod
doc/man3/SSL_CTX_set_ct_validation_callback.pod
doc/man3/SSL_CTX_set_keylog_callback.pod
doc/man3/SSL_CTX_set_verify.pod
doc/man3/SSL_set_bio.pod
doc/man3/UI_new.pod
doc/man3/X509_LOOKUP_hash_dir.pod
doc/man3/X509_digest.pod
doc/man3/d2i_PrivateKey.pod
doc/man7/ct.pod
doc/man7/des_modes.pod
doc/man7/ssl.pod
doc/man7/x509.pod
util/check-doc-links.pl [deleted file]
util/find-doc-nits [moved from util/find-doc-nits.pl with 73% similarity]