aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2015-03-01 15:35:43 -0800
committerbnewbold <bnewbold@robocracy.org>2015-03-01 21:42:27 -0800
commit685b3549b32cf35ee791de1e8392d254d4b3f2f4 (patch)
tree40cc037059fc664f154fb81f1cd02830755409cf
parentd8f1233b7dca4f7602fdeb07a3553b6856cc7d3b (diff)
downloadlibrambutan-685b3549b32cf35ee791de1e8392d254d4b3f2f4.tar.gz
librambutan-685b3549b32cf35ee791de1e8392d254d4b3f2f4.zip
docs: remove unfortunate 'XXX' showing up in grep
-rw-r--r--docs/source/bootloader.rst2
-rw-r--r--docs/source/unix-toolchain.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/bootloader.rst b/docs/source/bootloader.rst
index a4ab5c9..228207d 100644
--- a/docs/source/bootloader.rst
+++ b/docs/source/bootloader.rst
@@ -695,7 +695,7 @@ port.
could be ``/dev/ttyUSB1``, ``/dev/ttyUSB2``, etc.).
* On **OS X**, ``ser-port`` will probably look like
- ``/dev/tty.usbserialXXXX``, where ``XXXX`` is some random string of
+ ``/dev/tty.usbserialXYZ``, where ``XYZ`` is some random string of
characters.
* On **Windows**, ``ser-port`` will be something like ``COM1``, ``COM2``, etc.
diff --git a/docs/source/unix-toolchain.rst b/docs/source/unix-toolchain.rst
index 6e20218..2aab7fa 100644
--- a/docs/source/unix-toolchain.rst
+++ b/docs/source/unix-toolchain.rst
@@ -223,7 +223,7 @@ Try using one of these to find out which it is::
To open up a session on Linux or OS X, run ::
- $ screen /dev/ttyXXX
+ $ screen /dev/ttyXYZ
(On Windows, you will need to use a separate program, such as `PuTTY
<http://www.chiark.greenend.org.uk/~sgtatham/putty/>`_.)