Fixed various pod errors

This commit is contained in:
Matt Caswell 2014-05-01 00:07:28 +01:00
parent 15a4add72d
commit 1d3f432b53
4 changed files with 2 additions and 5 deletions

View file

@ -327,6 +327,8 @@ The value is a file name.
The value is a directory name.
=back
=head1 NOTES
The order of operations is significant. This can be used to set either defaults

View file

@ -138,7 +138,6 @@ a verification error occurs then 2 is returned.
All other functions return 1 for success and 0 for failure.
=back
=head1 SEE ALSO

View file

@ -87,8 +87,6 @@ SSL_get1_curves() returns the number of curves, which may be zero.
SSL_get1_shared_curve() returns the NID of shared curve B<n> of zero if there
is no shared curve B<n> or the number of shared curves if B<n> is -1.
=back
=head1 SEE ALSO
L<SSL_CTX_add_extra_chain_cert(3)|SSL_CTX_add_extra_chain_cert(3)>

View file

@ -70,8 +70,6 @@ versions of OpenSSL.
All these functions return 1 for success and 0 for failure.
=back
=head1 SEE ALSO
L<SSL_CTX_add_extra_chain_cert(3)|SSL_CTX_add_extra_chain_cert(3)>