diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 13:06:56 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 13:06:56 +0000 |
commit | 230f8c40e55e3462e90151e30f61bd0fdd4dcda3 (patch) | |
tree | d45cf50e5baa14b1e46cbe6c6d799cf3d0729a8b /share/doc/papers/malloc | |
parent | 5fadfc4ce7c77f114fc05a85eafada222d49b5ee (diff) |
Notes
Diffstat (limited to 'share/doc/papers/malloc')
-rw-r--r-- | share/doc/papers/malloc/Makefile | 2 | ||||
-rw-r--r-- | share/doc/papers/malloc/abs.ms | 2 | ||||
-rw-r--r-- | share/doc/papers/malloc/alternatives.ms | 2 | ||||
-rw-r--r-- | share/doc/papers/malloc/conclusion.ms | 2 | ||||
-rw-r--r-- | share/doc/papers/malloc/implementation.ms | 2 | ||||
-rw-r--r-- | share/doc/papers/malloc/intro.ms | 2 | ||||
-rw-r--r-- | share/doc/papers/malloc/kernel.ms | 2 | ||||
-rw-r--r-- | share/doc/papers/malloc/malloc.ms | 2 | ||||
-rw-r--r-- | share/doc/papers/malloc/performance.ms | 2 | ||||
-rw-r--r-- | share/doc/papers/malloc/problems.ms | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/share/doc/papers/malloc/Makefile b/share/doc/papers/malloc/Makefile index 7e81ca1ca28ba..db5022d978b32 100644 --- a/share/doc/papers/malloc/Makefile +++ b/share/doc/papers/malloc/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 6.3 (Berkeley) 6/8/93 -# $FreeBSD$ +# $Id$ VOLUME= papers DOC= malloc diff --git a/share/doc/papers/malloc/abs.ms b/share/doc/papers/malloc/abs.ms index b92c2d149304c..041467fa97a20 100644 --- a/share/doc/papers/malloc/abs.ms +++ b/share/doc/papers/malloc/abs.ms @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $Id$ .\" .if n .ND .TL diff --git a/share/doc/papers/malloc/alternatives.ms b/share/doc/papers/malloc/alternatives.ms index 36acdeecb1d0f..f644635b4443e 100644 --- a/share/doc/papers/malloc/alternatives.ms +++ b/share/doc/papers/malloc/alternatives.ms @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $Id$ .\" .ds RH Alternative implementations .NH diff --git a/share/doc/papers/malloc/conclusion.ms b/share/doc/papers/malloc/conclusion.ms index 1643c9018c019..1cf28c61fe4a6 100644 --- a/share/doc/papers/malloc/conclusion.ms +++ b/share/doc/papers/malloc/conclusion.ms @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $Id$ .\" .ds RH Conclusion and experience. .NH diff --git a/share/doc/papers/malloc/implementation.ms b/share/doc/papers/malloc/implementation.ms index 7dbb10f2a32c7..19d465b1c813f 100644 --- a/share/doc/papers/malloc/implementation.ms +++ b/share/doc/papers/malloc/implementation.ms @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $Id$ .\" .ds RH Implementation .NH diff --git a/share/doc/papers/malloc/intro.ms b/share/doc/papers/malloc/intro.ms index 49f6acd42afa8..6880827af6ed3 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 .\" ---------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $Id$ .\" .ds RH Introduction .NH diff --git a/share/doc/papers/malloc/kernel.ms b/share/doc/papers/malloc/kernel.ms index 50f654f079596..e6dd0fbad264b 100644 --- a/share/doc/papers/malloc/kernel.ms +++ b/share/doc/papers/malloc/kernel.ms @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $Id$ .\" .ds RH The kernel and memory .NH diff --git a/share/doc/papers/malloc/malloc.ms b/share/doc/papers/malloc/malloc.ms index ced8957748ca0..29203d3654e89 100644 --- a/share/doc/papers/malloc/malloc.ms +++ b/share/doc/papers/malloc/malloc.ms @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $Id$ .\" .ds RH Malloc and free .NH diff --git a/share/doc/papers/malloc/performance.ms b/share/doc/papers/malloc/performance.ms index 997a5a80cf720..0792dedc3386e 100644 --- a/share/doc/papers/malloc/performance.ms +++ b/share/doc/papers/malloc/performance.ms @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $Id$ .\" .ds RH Performance .NH diff --git a/share/doc/papers/malloc/problems.ms b/share/doc/papers/malloc/problems.ms index cc8f55182b915..112e1da81f6b9 100644 --- a/share/doc/papers/malloc/problems.ms +++ b/share/doc/papers/malloc/problems.ms @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $Id$ .\" .ds RH The problems .NH |