diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-11-14 08:10:31 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-11-14 08:10:31 +0000 |
commit | bcd92649c9952c9c9e8845dbd34276a60dd16664 (patch) | |
tree | d2b9b7a81ff988dbfa06979bd0f9a6d06f3ad265 /share/doc/papers/malloc/intro.ms | |
parent | 528baa6dcc0773760cd2aee1bbfcbbef3c5175cc (diff) |
Notes
Diffstat (limited to 'share/doc/papers/malloc/intro.ms')
-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 b0301f88beed..333c54b05b7e 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 .\" ---------------------------------------------------------------------------- .\" -.\" $Id$ +.\" $Id: intro.ms,v 1.1 1996/04/13 08:30:14 phk Exp $ .\" .ds RH Introduction .NH @@ -16,7 +16,7 @@ Most programs need to allocate storage dynamically in addition to whatever static storage the compiler reserved at compile-time. To C programmers this fact is rather obvious, but for many years this was not an accepted and recognized fact, and many languages -still used today doesn't support this notion adequately. +still used today don't support this notion adequately. .PP The classic UNIX kernel provides two very simple and powerful mechanisms for obtaining dynamic storage, the execution stack |