]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix a typo in the i2d_TYPE_fp documentation
authorMatt Caswell <matt@openssl.org>
Wed, 1 Jul 2020 08:30:53 +0000 (09:30 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 3 Jul 2020 16:37:53 +0000 (17:37 +0100)
Thanks to Michael Mueller on the openssl-users list for the suggested
improvement.

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/12338)

doc/man3/d2i_X509.pod

index 4dea774fb6294ddef61098254fef0c056b59da96..fdf6c1d669ec9c24febe9b16ed18a02120021c43 100644 (file)
@@ -453,7 +453,7 @@ the encoding of the structure I<a> to BIO I<bp> and it
 returns 1 for success and 0 for failure.
 
 B<i2d_I<TYPE>_fp>() is similar to B<i2d_I<TYPE>>() except it writes
-the encoding of the structure I<a> to BIO I<bp> and it
+the encoding of the structure I<a> to FILE pointer I<fp> and it
 returns 1 for success and 0 for failure.
 
 These routines do not encrypt private keys and therefore offer no