Fix broken links, mainly typo's
authorRich Salz <rsalz@akamai.com>
Sat, 5 Oct 2019 18:03:57 +0000 (14:03 -0400)
committerRich Salz <rsalz@akamai.com>
Thu, 24 Oct 2019 12:45:25 +0000 (08:45 -0400)
Also tweak find-doc-nits while fixing a bug (don't need .in files)

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10239)

doc/man3/OSSL_PARAM_construct_from_text.pod
doc/man5/fips_config.pod
doc/man7/provider-cipher.pod
doc/man7/provider-mac.pod
util/find-doc-nits

index 75ab58e710db1a6519005b7d59dc922866e86b53..7e6c3e919397b568e07078857dc576f05b1e3de8 100644 (file)
@@ -155,7 +155,7 @@ Can be written like this instead:
 
 =head1 SEE ALSO
 
-L<OSSL_PARAM(3)>, L<OSSL_PARAM_TYPE(3)>
+L<OSSL_PARAM(3)>, L<OSSL_PARAM_int(3)>
 
 =head1 COPYRIGHT
 
index 7f08fd06ff9969a8666cbc3003cf2762b6c584c5..0fb7e3ef1e83e107901b0b855a1f29e8c91c86d3 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-OPENSSL FIPS CONFIGURATION
+fips_config - OpenSSL FIPS configuration
 
 =head1 DESCRIPTION
 
index e1312b31eb21f2d2fab5b3ce2a8db7634c1ab563..cd9e0fd8a9ee4e11bdb4f25f97eef89838a25328 100644 (file)
@@ -159,7 +159,7 @@ L<EVP_EncryptFinal(3)> and L<EVP_DecryptFinal(3)>.
 
 OP_cipher_cipher() performs encryption/decryption using the provider side cipher
 context in the I<cctx> parameter that should have been previously initialised via
-a call to OP_cipher_encrypt_init() or OP_cipher_decrypt_init.
+a call to OP_cipher_encrypt_init() or OP_cipher_decrypt_init().
 This should call the raw underlying cipher function without any padding.
 This will be invoked in the provider as a result of the application calling
 L<EVP_Cipher(3)>.
index ef6837426a26a6e332a7f1c30d000d41befd43c3..1a2e43130bde7b41b49cd1c505c3b228617a90c4 100644 (file)
@@ -44,7 +44,7 @@ for further information.
 
 The MAC operation enables providers to implement mac algorithms and make
 them available to applications via the API functions L<EVP_MAC_init(3)>,
-L<EVP_MACM_update(3)> and L<EVP_MAC_final(3)>.
+L<EVP_MAC_update(3)> and L<EVP_MAC_final(3)>.
 
 All "functions" mentioned here are passed as function pointers between
 F<libcrypto> and the provider in B<OSSL_DISPATCH> arrays via
index f1841d8a8a3b24cba99a15ea948b26ae6bc64fed..12d832b4dacd559f300012328a02af0b6334bec8 100755 (executable)
@@ -872,7 +872,7 @@ if ( $opt_c ) {
 }
 
 if ( $opt_l ) {
-    foreach ( @ARGV ? @ARGV : glob('doc/*/*.pod doc/internal/*/*.pod') ) {
+    foreach ( glob('doc/*/*.pod doc/internal/*/*.pod') ) {
         collectnames($_);
     }
     checklinks();