summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/BUF_MEM_new.315
1 files changed, 10 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/BUF_MEM_new.3 b/src/lib/libcrypto/man/BUF_MEM_new.3
index d6a728ff05..8a5b367a07 100644
--- a/src/lib/libcrypto/man/BUF_MEM_new.3
+++ b/src/lib/libcrypto/man/BUF_MEM_new.3
@@ -1,5 +1,9 @@
1.\" $OpenBSD: BUF_MEM_new.3,v 1.9 2016/12/06 12:24:33 schwarze Exp $ 1.\" $OpenBSD: BUF_MEM_new.3,v 1.10 2016/12/16 08:49:43 schwarze Exp $
2.\" OpenSSL 18edda0f Sep 20 03:28:54 2000 +0000 2.\" OpenSSL doc/crypto/buffer.pod 18edda0f Sep 20 03:28:54 2000 +0000
3.\" not merged: 74924dcb, 58e3457a, 21b0fa91, 7644a9ae
4.\" OpenSSL doc/crypto/BUF_MEM_new.pod 53934822 Jun 9 16:39:19 2016 -0400
5.\" not merged: c952780c, 91da5e77
6.\" OpenSSL doc/man3/BUF_MEM_new.pod 498180de Dec 12 15:35:09 2016 +0300
3.\" 7.\"
4.\" This file was written by Ralf S. Engelschall <rse@openssl.org>. 8.\" This file was written by Ralf S. Engelschall <rse@openssl.org>.
5.\" Copyright (c) 1999, 2000, 2016 The OpenSSL Project. All rights reserved. 9.\" Copyright (c) 1999, 2000, 2016 The OpenSSL Project. All rights reserved.
@@ -48,7 +52,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 52.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 53.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 54.\"
51.Dd $Mdocdate: December 6 2016 $ 55.Dd $Mdocdate: December 16 2016 $
52.Dt BUF_MEM_NEW 3 56.Dt BUF_MEM_NEW 3
53.Os 57.Os
54.Sh NAME 58.Sh NAME
@@ -143,10 +147,11 @@ bytes at
143into 147into
144.Fa out . 148.Fa out .
145If 149If
146.Fa out 150.Fa in
147is 151is
148.Dv NULL , 152.Dv NULL ,
149the array is reversed in place. 153.Fa out
154is reversed in place.
150.Pp 155.Pp
151.Fn BUF_strdup 156.Fn BUF_strdup
152copies a NUL terminated string into a block of allocated memory and 157copies a NUL terminated string into a block of allocated memory and