summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2021-12-09 18:33:35 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2021-12-09 18:33:35 +0000
commit566628a5f8f0a34a7210e3de02067f97d8caed99 (patch)
treed7df0cf66cfe809f73b36e1aff61faebfeeccb1a
parentfcc7f5cf9077f65ef7fac27586d1814ba1237d14 (diff)
fix a typo in an .Xr argument
-rw-r--r--lib/libcrypto/man/i2d_PKCS7_bio_stream.36
1 files 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 <steve@openssl.org>.
@@ -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