diff options
-rw-r--r-- | src/lib/libc/stdlib/malloc.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3 index 526fa099d2..1f5d9c7104 100644 --- a/src/lib/libc/stdlib/malloc.3 +++ b/src/lib/libc/stdlib/malloc.3 | |||
@@ -30,9 +30,9 @@ | |||
30 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 30 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
31 | .\" SUCH DAMAGE. | 31 | .\" SUCH DAMAGE. |
32 | .\" | 32 | .\" |
33 | .\" $OpenBSD: malloc.3,v 1.114 2017/04/23 06:36:36 otto Exp $ | 33 | .\" $OpenBSD: malloc.3,v 1.115 2017/05/15 18:05:34 tb Exp $ |
34 | .\" | 34 | .\" |
35 | .Dd $Mdocdate: April 23 2017 $ | 35 | .Dd $Mdocdate: May 15 2017 $ |
36 | .Dt MALLOC 3 | 36 | .Dt MALLOC 3 |
37 | .Os | 37 | .Os |
38 | .Sh NAME | 38 | .Sh NAME |
@@ -156,7 +156,7 @@ Used for the allocation of memory holding sensitive data, | |||
156 | the | 156 | the |
157 | .Fn recallocarray | 157 | .Fn recallocarray |
158 | and | 158 | and |
159 | .Fn freezeo | 159 | .Fn freezero |
160 | functions guarantee that memory becoming unallocated is explicitly | 160 | functions guarantee that memory becoming unallocated is explicitly |
161 | .Em discarded , | 161 | .Em discarded , |
162 | meaning pages of memory are disposed via | 162 | meaning pages of memory are disposed via |