aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/articles/vm-design
diff options
context:
space:
mode:
authorDaniel Ebdrup Jensen <debdrup@FreeBSD.org>2021-01-08 13:04:42 +0000
committerDaniel Ebdrup Jensen <debdrup@FreeBSD.org>2021-01-08 13:04:42 +0000
commite194334c7994de1d5aa91259075cc4e05d0b4a73 (patch)
tree49c02e5fc402452ae883798beacef153556d9942 /en_US.ISO8859-1/articles/vm-design
parentf3bf61d5614d54621681c2613edfa77c3eb659db (diff)
downloaddoc-e194334c7994de1d5aa91259075cc4e05d0b4a73.tar.gz
doc-e194334c7994de1d5aa91259075cc4e05d0b4a73.zip
Arch handbook and articles: Reword sentences beginning with 'Because...'
These sentences can either be or be mistaken for being sentence fragments. While it is perfectly reasonable to use subordinate conjunctions conversationally, as long as both clauses are explicitly used in the same sentence, the handbook or articles are not written in this style. PR: 252493 Submitted by: Ceri Davies (ceri AT submonkey.net) Reviewed by: 0mp, pauamma (pauamma AT gundo.com)
Diffstat (limited to 'en_US.ISO8859-1/articles/vm-design')
-rw-r--r--en_US.ISO8859-1/articles/vm-design/article.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/articles/vm-design/article.xml b/en_US.ISO8859-1/articles/vm-design/article.xml
index 2cf7e001eb..79b56d296c 100644
--- a/en_US.ISO8859-1/articles/vm-design/article.xml
+++ b/en_US.ISO8859-1/articles/vm-design/article.xml
@@ -648,7 +648,7 @@
cannot be combined with the next A-B sequence.</para>
<para>Why do we interleave our swap space instead of just tack swap
- areas onto the end and do something fancier? Because it is a whole
+ areas onto the end and do something fancier? It is a whole
lot easier to allocate linear swaths of an address space and have
the result automatically be interleaved across multiple disks than
it is to try to put that sophistication elsewhere.</para>