diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-10 23:43:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-10 23:43:29 +0000 |
commit | 1161b74a4a2585c79471fcaada67afbbb3782630 (patch) | |
tree | 3dc6470faf18c005f7fd33b12f61de3f7bb7d76d /share | |
parent | 9d31d2fcaf1a2f78760a7644406ca8facd2b20f5 (diff) |
typo; from Dmitry Bogdan <dsb@uvm.poi.dvo.ru>
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/papers/malloc/intro.ms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/papers/malloc/intro.ms b/share/doc/papers/malloc/intro.ms index 7be124148d4..99beeca7501 100644 --- a/share/doc/papers/malloc/intro.ms +++ b/share/doc/papers/malloc/intro.ms @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $OpenBSD: intro.ms,v 1.2 1997/01/05 22:18:09 tholo Exp $ +.\" $OpenBSD: intro.ms,v 1.3 2003/08/10 23:43:28 mickey Exp $ .\" .ds RH Introduction .NH @@ -65,7 +65,7 @@ taking an increment to the current end of the heap, but this is merely a front for brk(2). .PP In addition to these two memory resources, modern virtual memory kernels -provide the mmap(2)/mmunmap(2) interface which allows almost complete +provide the mmap(2)/munmap(2) interface which allows almost complete control over any bit of virtual memory in the process address room. .PP Because of the generality of the mmap(2) interface and the way the |