Browse Source

stucture -> structure;

OPENBSD_4_7
jmc 14 years ago
parent
commit
652f4e1cc3
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.64 2010/01/13 12:40:11 otto Exp $
.\" $OpenBSD: malloc.3,v 1.65 2010/01/25 20:14:11 jmc Exp $
.\" .\"
.Dd $Mdocdate: January 13 2010 $
.Dd $Mdocdate: January 25 2010 $
.Dt MALLOC 3 .Dt MALLOC 3
.Os .Os
.Sh NAME .Sh NAME
@ -450,6 +450,6 @@ system call,
making the page addresses returned by making the page addresses returned by
.Nm .Nm
random. random.
A rewrite by Otto Moerbeek introducing a new central data stucture and more
A rewrite by Otto Moerbeek introducing a new central data structure and more
randomization appeared in randomization appeared in
.Ox 4.4 . .Ox 4.4 .

Loading…
Cancel
Save