From 685b3549b32cf35ee791de1e8392d254d4b3f2f4 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 1 Mar 2015 15:35:43 -0800 Subject: docs: remove unfortunate 'XXX' showing up in grep --- docs/source/bootloader.rst | 2 +- docs/source/unix-toolchain.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 `_.) -- cgit v1.2.3