From 006f3fa7359757b96b97a97332d1c495b893db3d Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Sun, 5 Jan 1997 22:18:12 +0000 Subject: OpenBSD tags --- share/doc/papers/malloc/Makefile | 2 +- share/doc/papers/malloc/abs.ms | 2 +- share/doc/papers/malloc/alternatives.ms | 2 +- share/doc/papers/malloc/conclusion.ms | 2 +- share/doc/papers/malloc/implementation.ms | 2 +- share/doc/papers/malloc/intro.ms | 2 +- share/doc/papers/malloc/kernel.ms | 2 +- share/doc/papers/malloc/malloc.ms | 2 +- share/doc/papers/malloc/performance.ms | 2 +- share/doc/papers/malloc/problems.ms | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'share/doc/papers') diff --git a/share/doc/papers/malloc/Makefile b/share/doc/papers/malloc/Makefile index 227f3b66ba1..d3561a3a1c3 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 -# $Id: Makefile,v 1.1 1997/01/05 22:15:44 tholo Exp $ +# $OpenBSD: Makefile,v 1.2 1997/01/05 22:18:05 tholo Exp $ VOLUME= papers DOC= malloc diff --git a/share/doc/papers/malloc/abs.ms b/share/doc/papers/malloc/abs.ms index 75cc2f29005..f7b74056046 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 .\" ---------------------------------------------------------------------------- .\" -.\" $Id: abs.ms,v 1.1 1997/01/05 22:15:45 tholo Exp $ +.\" $OpenBSD: abs.ms,v 1.2 1997/01/05 22:18:06 tholo Exp $ .\" .if n .ND .TL diff --git a/share/doc/papers/malloc/alternatives.ms b/share/doc/papers/malloc/alternatives.ms index bc6876cd3cb..3d152e385ad 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 .\" ---------------------------------------------------------------------------- .\" -.\" $Id: alternatives.ms,v 1.1 1997/01/05 22:15:45 tholo Exp $ +.\" $OpenBSD: alternatives.ms,v 1.2 1997/01/05 22:18:06 tholo Exp $ .\" .ds RH Alternative implementations .NH diff --git a/share/doc/papers/malloc/conclusion.ms b/share/doc/papers/malloc/conclusion.ms index 4d63dd0dc0d..9cf91cfe85e 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 .\" ---------------------------------------------------------------------------- .\" -.\" $Id: conclusion.ms,v 1.1 1997/01/05 22:15:45 tholo Exp $ +.\" $OpenBSD: conclusion.ms,v 1.2 1997/01/05 22:18:07 tholo Exp $ .\" .ds RH Conclusion and experience. .NH diff --git a/share/doc/papers/malloc/implementation.ms b/share/doc/papers/malloc/implementation.ms index fc19feecba7..7813f8fdffc 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 .\" ---------------------------------------------------------------------------- .\" -.\" $Id: implementation.ms,v 1.1 1997/01/05 22:15:45 tholo Exp $ +.\" $OpenBSD: implementation.ms,v 1.2 1997/01/05 22:18:07 tholo Exp $ .\" .ds RH Implementation .NH diff --git a/share/doc/papers/malloc/intro.ms b/share/doc/papers/malloc/intro.ms index ad31a1b9ed8..7be124148d4 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: intro.ms,v 1.1 1997/01/05 22:15:45 tholo Exp $ +.\" $OpenBSD: intro.ms,v 1.2 1997/01/05 22:18:09 tholo Exp $ .\" .ds RH Introduction .NH diff --git a/share/doc/papers/malloc/kernel.ms b/share/doc/papers/malloc/kernel.ms index 65069a73956..b84ebd0380a 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 .\" ---------------------------------------------------------------------------- .\" -.\" $Id: kernel.ms,v 1.1 1997/01/05 22:15:45 tholo Exp $ +.\" $OpenBSD: kernel.ms,v 1.2 1997/01/05 22:18:09 tholo Exp $ .\" .ds RH The kernel and memory .NH diff --git a/share/doc/papers/malloc/malloc.ms b/share/doc/papers/malloc/malloc.ms index f988dc160ef..78e52088efe 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 .\" ---------------------------------------------------------------------------- .\" -.\" $Id: malloc.ms,v 1.1 1997/01/05 22:15:45 tholo Exp $ +.\" $OpenBSD: malloc.ms,v 1.2 1997/01/05 22:18:10 tholo Exp $ .\" .ds RH Malloc and free .NH diff --git a/share/doc/papers/malloc/performance.ms b/share/doc/papers/malloc/performance.ms index 3fff580b2a8..3f939f2c63e 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 .\" ---------------------------------------------------------------------------- .\" -.\" $Id: performance.ms,v 1.1 1997/01/05 22:15:45 tholo Exp $ +.\" $OpenBSD: performance.ms,v 1.2 1997/01/05 22:18:10 tholo Exp $ .\" .ds RH Performance .NH diff --git a/share/doc/papers/malloc/problems.ms b/share/doc/papers/malloc/problems.ms index 224d3791a3f..9dbf7ee2c07 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 .\" ---------------------------------------------------------------------------- .\" -.\" $Id: problems.ms,v 1.1 1997/01/05 22:15:45 tholo Exp $ +.\" $OpenBSD: problems.ms,v 1.2 1997/01/05 22:18:11 tholo Exp $ .\" .ds RH The problems .NH -- cgit v1.2.3