From: Jakub Wilk Date: Tue, 21 Aug 2018 16:30:34 +0000 (+0200) Subject: Fix typos in documentation X-Git-Tag: OpenSSL_1_1_1~101 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a21285b3636a8356f01027416b0cd43b016f58ca;p=oweals%2Fopenssl.git Fix typos in documentation CLA: trivial Reviewed-by: Tim Hudson Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/7021) --- diff --git a/doc/man3/BIO_s_file.pod b/doc/man3/BIO_s_file.pod index 14ce952065..3829112e43 100644 --- a/doc/man3/BIO_s_file.pod +++ b/doc/man3/BIO_s_file.pod @@ -54,7 +54,7 @@ BIO_CLOSE, BIO_NOCLOSE (the close flag) BIO_FP_TEXT (sets the underlying stream to text mode, default is binary: this only has any effect under Win32). -BIO_set_fp() set the fp of a file BIO to B. B has the same +BIO_set_fp() sets the fp of a file BIO to B. B has the same meaning as in BIO_new_fp(), it is a macro. BIO_get_fp() retrieves the fp of a file BIO, it is a macro. diff --git a/doc/man3/BN_generate_prime.pod b/doc/man3/BN_generate_prime.pod index 08158c1939..ed17d3d3fe 100644 --- a/doc/man3/BN_generate_prime.pod +++ b/doc/man3/BN_generate_prime.pod @@ -143,7 +143,7 @@ A callback is invoked through a call to B. This will check the type of the callback and will invoke B for new style callbacks or B for old style. -It is possible to obtained the argument associated with a BN_GENCB structure +It is possible to obtain the argument associated with a BN_GENCB structure (set via a call to BN_GENCB_set or BN_GENCB_set_old) using BN_GENCB_get_arg. BN_generate_prime() (deprecated) works in the same way as diff --git a/doc/man3/RSA_generate_key.pod b/doc/man3/RSA_generate_key.pod index fb3d86ca97..a4c078a4b0 100644 --- a/doc/man3/RSA_generate_key.pod +++ b/doc/man3/RSA_generate_key.pod @@ -93,7 +93,7 @@ L, L, L =head1 HISTORY RSA_generate_key() was deprecated in OpenSSL 0.9.8; use -RSA_generate_key_ex() intsead. +RSA_generate_key_ex() instead. =head1 COPYRIGHT