diff options
author | schwarze <> | 2021-12-09 18:33:34 +0000 |
---|---|---|
committer | schwarze <> | 2021-12-09 18:33:34 +0000 |
commit | 23d9ed4526168e9c46bc1067e6d09d9efe15cfa3 (patch) | |
tree | 64a60eddf8bd40a462055e444f4262fc9c10c00e | |
parent | db3b745885865ec0c7f9077fbfad9dbed9ae7f9b (diff) | |
download | openbsd-23d9ed4526168e9c46bc1067e6d09d9efe15cfa3.tar.gz openbsd-23d9ed4526168e9c46bc1067e6d09d9efe15cfa3.tar.bz2 openbsd-23d9ed4526168e9c46bc1067e6d09d9efe15cfa3.zip |
fix a typo in an .Xr argument
-rw-r--r-- | src/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 | 6 |
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. | |||
72 | It is otherwise identical to the function | 72 | It is otherwise identical to the function |
73 | .Xr SMIME_write_PKCS7 3 . | 73 | .Xr SMIME_write_PKCS7 3 . |
74 | This function is effectively a version of | 74 | This function is effectively a version of |
75 | .Xr d2i_PKCS7_bio 3 | 75 | .Xr i2d_PKCS7_bio 3 |
76 | supporting streaming. | 76 | supporting streaming. |
77 | .Sh RETURN VALUES | 77 | .Sh RETURN VALUES |
78 | .Fn i2d_PKCS7_bio_stream | 78 | .Fn i2d_PKCS7_bio_stream |