Corrected POD syntax errors. PR#3353

This commit is contained in:
Michal Bozon 2014-05-14 21:07:51 +01:00 committed by Matt Caswell
parent 69526a354d
commit bfdaf45141
4 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@ None of the functions return a value.
=head1 SEE ALSO =head1 SEE ALSO
L<conf(5)|conf(5)>, L<OPENSSL_config(3)|OPENSSL_config(3)>, 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 =head1 HISTORY

View file

@ -51,7 +51,7 @@ return value of the failing module (this will always be zero or negative).
=head1 SEE ALSO =head1 SEE ALSO
L<conf(5)|conf(5)>, L<OPENSSL_config(3)|OPENSSL_config(3)>, 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 =head1 HISTORY

View file

@ -73,7 +73,7 @@ Neither OPENSSL_config() nor OPENSSL_no_config() return a value.
=head1 SEE ALSO =head1 SEE ALSO
L<conf(5)|conf(5)>, L<CONF_load_modules_file(3)|CONF_load_modules_file(3)>, 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 =head1 HISTORY

View file

@ -65,7 +65,7 @@ set first so the relevant field information can be looked up internally.
=head1 SEE ALSO =head1 SEE ALSO
L<ERR_get_error(3)|ERR_get_error(3)>, L<d2i_X509_NAME(3)|d2i_X509_NAME(3)>, 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 =head1 HISTORY