summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2021-12-09 18:33:34 +0000
committerschwarze <>2021-12-09 18:33:34 +0000
commit639383e1c8336e6d6fe39954c78f976a53aa02e8 (patch)
tree64a60eddf8bd40a462055e444f4262fc9c10c00e /src
parent06a86eedd5f34d26328357e4056896fd2fff2f2e (diff)
downloadopenbsd-639383e1c8336e6d6fe39954c78f976a53aa02e8.tar.gz
openbsd-639383e1c8336e6d6fe39954c78f976a53aa02e8.tar.bz2
openbsd-639383e1c8336e6d6fe39954c78f976a53aa02e8.zip
fix a typo in an .Xr argument
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/i2d_PKCS7_bio_stream.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 b/src/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
index 3d5df72b3f..a76ee27161 100644
--- a/src/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
+++ b/src/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: i2d_PKCS7_bio_stream.3,v 1.8 2020/06/03 13:41:27 schwarze Exp $ 1.\" $OpenBSD: i2d_PKCS7_bio_stream.3,v 1.9 2021/12/09 18:33:34 schwarze Exp $
2.\" OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 2.\" OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: June 3 2020 $ 52.Dd $Mdocdate: December 9 2021 $
53.Dt I2D_PKCS7_BIO_STREAM 3 53.Dt I2D_PKCS7_BIO_STREAM 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -72,7 +72,7 @@ structure in BER format.
72It is otherwise identical to the function 72It is otherwise identical to the function
73.Xr SMIME_write_PKCS7 3 . 73.Xr SMIME_write_PKCS7 3 .
74This function is effectively a version of 74This function is effectively a version of
75.Xr d2i_PKCS7_bio 3 75.Xr i2d_PKCS7_bio 3
76supporting streaming. 76supporting streaming.
77.Sh RETURN VALUES 77.Sh RETURN VALUES
78.Fn i2d_PKCS7_bio_stream 78.Fn i2d_PKCS7_bio_stream