diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/BIO_dup_chain.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BIO_dup_chain.3 b/src/lib/libcrypto/man/BIO_dup_chain.3 index 561c811d5d..5c5e8c6533 100644 --- a/src/lib/libcrypto/man/BIO_dup_chain.3 +++ b/src/lib/libcrypto/man/BIO_dup_chain.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_dup_chain.3,v 1.1 2022/12/18 19:35:36 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_dup_chain.3,v 1.2 2023/04/09 06:27:52 jsg Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2022 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2022 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: December 18 2022 $ | 17 | .Dd $Mdocdate: April 9 2023 $ |
18 | .Dt BIO_DUP_CHAIN 3 | 18 | .Dt BIO_DUP_CHAIN 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -54,7 +54,7 @@ and | |||
54 | The custom data pointer that can be used by custom BIO types | 54 | The custom data pointer that can be used by custom BIO types |
55 | and that can be retrieved with | 55 | and that can be retrieved with |
56 | .Xr BIO_get_data 3 | 56 | .Xr BIO_get_data 3 |
57 | is set set to | 57 | is set to |
58 | .Dv NULL | 58 | .Dv NULL |
59 | in the copied BIO objects rather than copied. | 59 | in the copied BIO objects rather than copied. |
60 | The reference count of each BIO in the copied chain is set to 1. | 60 | The reference count of each BIO in the copied chain is set to 1. |