CVS commit: src/share/doc/papers/diskperf

2021-11-10 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Nov 10 15:41:41 UTC 2021

Modified Files:
src/share/doc/papers/diskperf: methodology.ms

Log Message:
s/ba/be/


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/doc/papers/diskperf/methodology.ms

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/doc/papers/diskperf/methodology.ms
diff -u src/share/doc/papers/diskperf/methodology.ms:1.3 src/share/doc/papers/diskperf/methodology.ms:1.4
--- src/share/doc/papers/diskperf/methodology.ms:1.3	Thu Aug  7 10:30:41 2003
+++ src/share/doc/papers/diskperf/methodology.ms	Wed Nov 10 15:41:41 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: methodology.ms,v 1.3 2003/08/07 10:30:41 agc Exp $
+.\"	$NetBSD: methodology.ms,v 1.4 2021/11/10 15:41:41 msaitoh Exp $
 .\"
 .\" Copyright (c) 1983 The Regents of the University of California.
 .\" All rights reserved.
@@ -97,7 +97,7 @@ The apparently straight-forward activity
 on disk can produce a complex mixture of disk traffic.
 File I/O is supported by a file management system that
 buffers disk traffic through an internal cache,
-which allows writes to ba handled asynchronously.
+which allows writes to be handled asynchronously.
 Reads must be done synchronously,
 however this restriction is moderated by the use of read-ahead.
 Small changes in the performance of the disk controller



CVS commit: src/share/doc/papers/diskperf

2021-11-10 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Nov 10 15:41:41 UTC 2021

Modified Files:
src/share/doc/papers/diskperf: methodology.ms

Log Message:
s/ba/be/


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/doc/papers/diskperf/methodology.ms

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.