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/conf.py2
-rw-r--r--docs/source/unix-toolchain.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/bootloader.rst b/docs/source/bootloader.rst
index 0896ce3..bff9bb7 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/conf.py b/docs/source/conf.py
index dc01672..247edbf 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -61,7 +61,7 @@ copyright = u'2010, 2011, LeafLabs, LLC. 2014 Various Contributors'
version = '0.0'
# The full version, including alpha/beta/rc tags.
# FIXME [RELEASE] update this for the release
-release = 'legacy'
+release = 'prerelease'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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/>`_.)