aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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/>`_.)