Corrected POD syntax errors. PR#3353
authorMichal Bozon <michal.bozon@cesnet.cz>
Wed, 14 May 2014 20:07:51 +0000 (21:07 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 14 May 2014 20:07:51 +0000 (21:07 +0100)
doc/crypto/CONF_modules_free.pod
doc/crypto/CONF_modules_load_file.pod
doc/crypto/OPENSSL_config.pod
doc/crypto/X509_NAME_ENTRY_get_object.pod

index 87bc7b783c9e646a147c25fe4d3c9dde22e0abe4..347020c5fe702cfd6d54a24f9a85bbf58e35b492 100644 (file)
@@ -37,7 +37,7 @@ None of the functions return a value.
 =head1 SEE ALSO
 
 L<conf(5)|conf(5)>, L<OPENSSL_config(3)|OPENSSL_config(3)>,
-L<CONF_modules_load_file(3)CONF_modules_load_file(3)>
+L<CONF_modules_load_file(3)|CONF_modules_load_file(3)>
 
 =head1 HISTORY
 
index 9965d69bf2ecc7a71e8e7cbaa250089441e5bf6f..0c4d926858fb302c43e347ffa09bcb6f39874a04 100644 (file)
@@ -51,7 +51,7 @@ return value of the failing module (this will always be zero or negative).
 =head1 SEE ALSO
 
 L<conf(5)|conf(5)>, L<OPENSSL_config(3)|OPENSSL_config(3)>,
-L<CONF_free(3), CONF_free(3)>, L<err(3),err(3)>
+L<CONF_free(3)|CONF_free(3)>, L<err(3)|err(3)>
 
 =head1 HISTORY
 
index e7bba2aacae066c760d667592f049cd6f6bf66cd..888de88f6bbf537f8503d989b873ab6997518c1b 100644 (file)
@@ -73,7 +73,7 @@ Neither OPENSSL_config() nor OPENSSL_no_config() return a value.
 =head1 SEE ALSO
 
 L<conf(5)|conf(5)>, L<CONF_load_modules_file(3)|CONF_load_modules_file(3)>,
-L<CONF_modules_free(3),CONF_modules_free(3)>
+L<CONF_modules_free(3)|CONF_modules_free(3)>
 
 =head1 HISTORY
 
index 41902c0d45537420294667372597984af6976e01..4716e7ee7542d1e7bce48a7cd8cb5fc2b2963f7b 100644 (file)
@@ -65,7 +65,7 @@ set first so the relevant field information can be looked up internally.
 =head1 SEE ALSO
 
 L<ERR_get_error(3)|ERR_get_error(3)>, L<d2i_X509_NAME(3)|d2i_X509_NAME(3)>,
-L<OBJ_nid2obj(3),OBJ_nid2obj(3)>
+L<OBJ_nid2obj(3)|OBJ_nid2obj(3)>
 
 =head1 HISTORY