diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
commit | 1130b656e5fe4c2d1ba299e024d1b40eaeebd380 (patch) | |
tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /share/doc/papers/malloc | |
parent | aac45e814cf997f0df77795a3c06385075ef005a (diff) |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes
Notes:
svn path=/head/; revision=21673
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 01d8a196a567..7e81ca1ca28b 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.2 1995/01/11 04:10:01 wollman Exp $ +# $FreeBSD$ VOLUME= papers DOC= malloc diff --git a/share/doc/papers/malloc/abs.ms b/share/doc/papers/malloc/abs.ms index 1dabf7ee31bb..b92c2d149304 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 1996/04/13 08:30:08 phk Exp $ +.\" $FreeBSD$ .\" .if n .ND .TL diff --git a/share/doc/papers/malloc/alternatives.ms b/share/doc/papers/malloc/alternatives.ms index af9582edeabd..36acdeecb1d0 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 1996/04/13 08:30:10 phk Exp $ +.\" $FreeBSD$ .\" .ds RH Alternative implementations .NH diff --git a/share/doc/papers/malloc/conclusion.ms b/share/doc/papers/malloc/conclusion.ms index 05edd5186540..1643c9018c01 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 1996/04/13 08:30:11 phk Exp $ +.\" $FreeBSD$ .\" .ds RH Conclusion and experience. .NH diff --git a/share/doc/papers/malloc/implementation.ms b/share/doc/papers/malloc/implementation.ms index c74204f96a1b..7dbb10f2a32c 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.4 1996/11/14 08:10:30 phk Exp $ +.\" $FreeBSD$ .\" .ds RH Implementation .NH diff --git a/share/doc/papers/malloc/intro.ms b/share/doc/papers/malloc/intro.ms index 9d526f4a81d6..49f6acd42afa 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.2 1996/11/14 08:10:30 phk Exp $ +.\" $FreeBSD$ .\" .ds RH Introduction .NH diff --git a/share/doc/papers/malloc/kernel.ms b/share/doc/papers/malloc/kernel.ms index 787a581ac6b8..50f654f07959 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.3 1996/11/14 08:10:31 phk Exp $ +.\" $FreeBSD$ .\" .ds RH The kernel and memory .NH diff --git a/share/doc/papers/malloc/malloc.ms b/share/doc/papers/malloc/malloc.ms index d4a37ff259fd..ced8957748ca 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.3 1996/10/04 14:01:55 wosch Exp $ +.\" $FreeBSD$ .\" .ds RH Malloc and free .NH diff --git a/share/doc/papers/malloc/performance.ms b/share/doc/papers/malloc/performance.ms index 2d4c7af350d6..997a5a80cf72 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.2 1996/11/14 08:10:31 phk Exp $ +.\" $FreeBSD$ .\" .ds RH Performance .NH diff --git a/share/doc/papers/malloc/problems.ms b/share/doc/papers/malloc/problems.ms index 3494f99a4044..cc8f55182b91 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 1996/04/13 08:30:21 phk Exp $ +.\" $FreeBSD$ .\" .ds RH The problems .NH |