diff options
author | phk <phk@FreeBSD.org> | 1996-11-14 08:10:31 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-11-14 08:10:31 +0000 |
commit | fb0769b75343e74a31335638696c104c3eae08e2 (patch) | |
tree | d2b9b7a81ff988dbfa06979bd0f9a6d06f3ad265 /share/doc/papers/malloc/intro.ms | |
parent | 7a2c703c2bd8c73a968fc3c91c526bf9ee983215 (diff) | |
download | FreeBSD-src-fb0769b75343e74a31335638696c104c3eae08e2.zip FreeBSD-src-fb0769b75343e74a31335638696c104c3eae08e2.tar.gz |
Converge on one language.
Reviewed by: phk
Submitted by: Alex Nash <nash@mcs.com>
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 b0301f8..333c54b 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 |