diff --git a/README.md b/README.md
index fbc93040..8e90bfaa 100644
--- a/README.md
+++ b/README.md
@@ -201,7 +201,7 @@ Donate:
[R]: ../../wiki/Getting-Started-with-MMGen-Wallet#a_rbf
[B]: ../../wiki/command-help-txbump
[69]: https://github.com/bitcoin/bips/blob/master/bip-0069.mediawiki
-[O]: ../../wiki/XOR-Seed-Splitting:-Theory-and-Practice
+[O]: ../../wiki/XOR-Seed-Splitting-^-Theory-and-Practice
[ms]: ../../wiki/command-help-seedsplit
[ta]: ../../wiki/Tool-API
[L]: ../../wiki/command-help-tool
diff --git a/doc/wiki/Altcoin-and-Forkcoin-Support.md b/doc/wiki/Altcoin-and-Forkcoin-Support.md
index c9bd7dc4..f9d9eb85 100644
--- a/doc/wiki/Altcoin-and-Forkcoin-Support.md
+++ b/doc/wiki/Altcoin-and-Forkcoin-Support.md
@@ -244,8 +244,9 @@ commands. It’s that simple!
Monero is fully supported by MMGen Wallet.
-Make sure that [Monerod][M] is installed and running and that
-`monero-wallet-rpc` is located in your executable path.
+Make sure that [Monerod][M] is installed and running on your online machine and
+that `monero-wallet-rpc` is installed to your executable path on both online and
+offline machines.
Install the Python XMR requirements:
diff --git a/doc/wiki/XOR-Seed-Splitting-Theory-and-Practice.md b/doc/wiki/XOR-Seed-Splitting-^-Theory-and-Practice.md
similarity index 98%
rename from doc/wiki/XOR-Seed-Splitting-Theory-and-Practice.md
rename to doc/wiki/XOR-Seed-Splitting-^-Theory-and-Practice.md
index 5a2e0402..ac3d6b7d 100644
--- a/doc/wiki/XOR-Seed-Splitting-Theory-and-Practice.md
+++ b/doc/wiki/XOR-Seed-Splitting-^-Theory-and-Practice.md
@@ -8,8 +8,9 @@
### XOR Seed Splitting: A Theoretical Introduction
-The bitwise exclusive-or operation (usually denoted as `XOR`, or “![⊕]”)
-has interesting properties that make it very useful in cryptography.
+The bitwise exclusive-or operation (usually denoted as `XOR`, “![⊕]”, or “^” in
+programming languages), has interesting properties that make it very useful in
+cryptography.
Suppose we have two bytes, *a* and *b*: