diff options
author | wosch <wosch@FreeBSD.org> | 1996-10-05 18:37:31 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-10-05 18:37:31 +0000 |
commit | 65b9eae0ee48f8d11ffabc3dad31ac2edcea35a9 (patch) | |
tree | f841fa3fdbb61395df1bed9d54fbb3b4ee7a5fa2 /share/doc/papers/kernmalloc/kernmalloc.t | |
parent | a41a5e8dce946de9faa31eedff8692e74db9d1e1 (diff) | |
download | FreeBSD-src-65b9eae0ee48f8d11ffabc3dad31ac2edcea35a9.zip FreeBSD-src-65b9eae0ee48f8d11ffabc3dad31ac2edcea35a9.tar.gz |
delete doubled words, e.g.: "the the" -> "the"
Diffstat (limited to 'share/doc/papers/kernmalloc/kernmalloc.t')
-rw-r--r-- | share/doc/papers/kernmalloc/kernmalloc.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/doc/papers/kernmalloc/kernmalloc.t b/share/doc/papers/kernmalloc/kernmalloc.t index 62df1b4..0b8bb08 100644 --- a/share/doc/papers/kernmalloc/kernmalloc.t +++ b/share/doc/papers/kernmalloc/kernmalloc.t @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)kernmalloc.t 5.1 (Berkeley) 4/16/91 +.\" $Id$ .\" .\" reference a system routine name .de RN @@ -600,7 +601,7 @@ Two of the traditional UNIX memory allocators remain in the current system. The terminal subsystem uses \fIclist\fP\^s (character lists). That part of the system is expected to undergo major revision within -the the next year or so, and it will probably be changed to use +the next year or so, and it will probably be changed to use \fImbuf\fP\^s as it is merged into the network system. The other major allocator that remains is .RN getblk , |