diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/man/BUF_MEM_new.3 | 15 |
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 | |||
| 143 | into | 147 | into |
| 144 | .Fa out . | 148 | .Fa out . |
| 145 | If | 149 | If |
| 146 | .Fa out | 150 | .Fa in |
| 147 | is | 151 | is |
| 148 | .Dv NULL , | 152 | .Dv NULL , |
| 149 | the array is reversed in place. | 153 | .Fa out |
| 154 | is reversed in place. | ||
| 150 | .Pp | 155 | .Pp |
| 151 | .Fn BUF_strdup | 156 | .Fn BUF_strdup |
| 152 | copies a NUL terminated string into a block of allocated memory and | 157 | copies a NUL terminated string into a block of allocated memory and |
