Browse Source

Typo: freezeo -> freezero

From "fenderq" on freenode via tj@
OPENBSD_6_2
tb 7 years ago
parent
commit
1badcf625f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/lib/libc/stdlib/malloc.3

+ 3
- 3
src/lib/libc/stdlib/malloc.3 View File

@ -30,9 +30,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: malloc.3,v 1.114 2017/04/23 06:36:36 otto Exp $
.\" $OpenBSD: malloc.3,v 1.115 2017/05/15 18:05:34 tb Exp $
.\" .\"
.Dd $Mdocdate: April 23 2017 $
.Dd $Mdocdate: May 15 2017 $
.Dt MALLOC 3 .Dt MALLOC 3
.Os .Os
.Sh NAME .Sh NAME
@ -156,7 +156,7 @@ Used for the allocation of memory holding sensitive data,
the the
.Fn recallocarray .Fn recallocarray
and and
.Fn freezeo
.Fn freezero
functions guarantee that memory becoming unallocated is explicitly functions guarantee that memory becoming unallocated is explicitly
.Em discarded , .Em discarded ,
meaning pages of memory are disposed via meaning pages of memory are disposed via


Loading…
Cancel
Save