From 6d8bf31c20083845ccf3a922c597f84d61e86a54 Mon Sep 17 00:00:00 2001 From: schwarze Date: Thu, 9 Dec 2021 18:33:34 +0000 Subject: [PATCH] fix a typo in an .Xr argument --- lib/libcrypto/man/i2d_PKCS7_bio_stream.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 b/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 index 3d5df72b3f3..a76ee271613 100644 --- a/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 +++ b/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: i2d_PKCS7_bio_stream.3,v 1.8 2020/06/03 13:41:27 schwarze Exp $ +.\" $OpenBSD: i2d_PKCS7_bio_stream.3,v 1.9 2021/12/09 18:33:34 schwarze Exp $ .\" OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 .\" .\" This file was written by Dr. Stephen Henson . @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 3 2020 $ +.Dd $Mdocdate: December 9 2021 $ .Dt I2D_PKCS7_BIO_STREAM 3 .Os .Sh NAME @@ -72,7 +72,7 @@ structure in BER format. It is otherwise identical to the function .Xr SMIME_write_PKCS7 3 . This function is effectively a version of -.Xr d2i_PKCS7_bio 3 +.Xr i2d_PKCS7_bio 3 supporting streaming. .Sh RETURN VALUES .Fn i2d_PKCS7_bio_stream -- 2.20.1