summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-03 20:04:39 +0000
committerbapt <bapt@FreeBSD.org>2015-06-03 20:04:39 +0000
commitcc1181913606bf43173493a1895549b71519a124 (patch)
tree4caabaf91c71f76ac51cf00248092d47b0ac8e81 /share/doc
parent788a0ab77c676ececdcbef3c0a3ca9fdd2e4b79d (diff)
downloadFreeBSD-src-cc1181913606bf43173493a1895549b71519a124.zip
FreeBSD-src-cc1181913606bf43173493a1895549b71519a124.tar.gz
In r282297 \fC was wrong changed to \fCW.) when it should have been \fCW
Reported by: carsten.kunze@arcor.de (heirloom doctools)
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/papers/bufbio/bio.ms8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/doc/papers/bufbio/bio.ms b/share/doc/papers/bufbio/bio.ms
index 32e2917..02ea08d 100644
--- a/share/doc/papers/bufbio/bio.ms
+++ b/share/doc/papers/bufbio/bio.ms
@@ -40,7 +40,7 @@ This paper contains the road-map for a stackable "BIO" system in
FreeBSD, which will support these facilities.
.AE
.NH
-The miseducation of \f(CW.)struct buf\fP.
+The miseducation of \f(CWstruct buf\fP.
.PP
To fully appreciate the topic, I include a little historic overview
of struct buf, it is a most enlightening case of not exactly bit-rot
@@ -215,7 +215,7 @@ and Vinum. They all basically do the same: they map I/O requests from
a logical space to a physical space, and the mappings they perform
can be 1:1 or 1:N. \**
.FS
-It is interesting to note that Lions in his comments to the \f(CW.)rkaddr\fP
+It is interesting to note that Lions in his comments to the \f(CWrkaddr\fP
routine (p. 16-2) writes \fIThe code in this procedure incorporates
a special feature for files which extend over more than one disk
drive. This feature is described in the UPM Section "RK(IV)". Its
@@ -258,7 +258,7 @@ limited extent diskslice/label, which
need only the I/O aspect, not the vnode, caching or VM linkage.
.IP
.I
-The I/O aspect of struct buf should be put in a separate \f(CW.)struct bio\fP.
+The I/O aspect of struct buf should be put in a separate \f(CWstruct bio\fP.
.R
.NH 1
Implications for future struct buf improvements
@@ -296,7 +296,7 @@ Anything that could be added to or done with
the I/O aspect of struct buf can also be added to or done
with the I/O aspect if it lives in a new "struct bio".
.NH 1
-Implementing a \f(CW.)struct bio\fP
+Implementing a \f(CWstruct bio\fP
.PP
The first decision to be made was who got to use the name "struct buf",
and considering the fact that it is the I/O aspect which gets separated
OpenPOWER on IntegriCloud