diff options
author | 2017-04-10 06:31:31 +0000 | |
---|---|---|
committer | 2017-04-10 06:31:31 +0000 | |
commit | 057effd14178d09c2ca781ab59671508ce5fadd8 (patch) | |
tree | f02f661a0af8d31b8ff936a429846c3dd8a9afb5 /lib/libc/stdlib | |
parent | Convert various client key exchange functions to freezero(3). The memory (diff) | |
download | wireguard-openbsd-057effd14178d09c2ca781ab59671508ce5fadd8.tar.xz wireguard-openbsd-057effd14178d09c2ca781ab59671508ce5fadd8.zip |
tweak previous;
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index c7a79b5e3d6..c09b4756fa7 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.110 2017/04/10 05:45:02 otto Exp $ +.\" $OpenBSD: malloc.3,v 1.111 2017/04/10 06:31:31 jmc Exp $ .\" .Dd $Mdocdate: April 10 2017 $ .Dt MALLOC 3 @@ -39,10 +39,10 @@ .Nm malloc , .Nm calloc , .Nm realloc , -.Nm free +.Nm free , .Nm reallocarray , .Nm recallocarray , -.Nm freezero , +.Nm freezero .Nd memory allocation and deallocation .Sh SYNOPSIS .In stdlib.h @@ -116,7 +116,7 @@ The function causes the space pointed to by .Fa ptr to be either placed on a list of free blocks to make it available for future -allocation or, when appropiate, to be returned to the kernel using +allocation or, when appropriate, to be returned to the kernel using .Xr munmap 2 . If .Fa ptr |