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/diskperf | |
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/diskperf')
-rw-r--r-- | share/doc/papers/diskperf/conclusions.ms | 3 | ||||
-rw-r--r-- | share/doc/papers/diskperf/tests.ms | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/share/doc/papers/diskperf/conclusions.ms b/share/doc/papers/diskperf/conclusions.ms index 5381106..b8e9ff3 100644 --- a/share/doc/papers/diskperf/conclusions.ms +++ b/share/doc/papers/diskperf/conclusions.ms @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)conclusions.ms 6.2 (Berkeley) 4/16/91 +.\" $Id$ .\" .ds RH Conclusions .NH @@ -58,7 +59,7 @@ against the future value and expandability of newer technologies. Two important conclusions about storage systems in general can be drawn from these tests. The first is that buffering can be effective in smoothing -the the effects of lower bus speeds and bus contention. +the effects of lower bus speeds and bus contention. Even though the UDA50 is located on the relatively slow UNIBUS, its performance is similar to controllers located on the faster processor busses. diff --git a/share/doc/papers/diskperf/tests.ms b/share/doc/papers/diskperf/tests.ms index 1809afe..e507408 100644 --- a/share/doc/papers/diskperf/tests.ms +++ b/share/doc/papers/diskperf/tests.ms @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tests.ms 6.2 (Berkeley) 4/16/91 +.\" $Id$ .\" .ds RH Tests .NH @@ -39,7 +40,7 @@ Our battery of tests consists of four programs, read_8192, write_8192, write_4096 and rewrite_8192 originally written by [McKusick83] to evaluate the performance of the new file system in 4.2BSD. -These programs all follow the the same model and are typified by +These programs all follow the same model and are typified by read_8192 shown here. .DS #define BUFSIZ 8192 |