summaryrefslogtreecommitdiff
path: root/documentation/examples.rst
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-12-20 21:59:27 +0100
committerJakub Wilk <jwilk@jwilk.net>2016-12-20 21:59:27 +0100
commit772a6fa94c95ea204595cf8f1554e2231caac202 (patch)
treefb5bb263a657f630556a8cc7347fac8af323decf /documentation/examples.rst
parent64d599251461da5cd1327407f1c6fbe8f4a6ff9c (diff)
downloadpyserial-git-772a6fa94c95ea204595cf8f1554e2231caac202.tar.gz
fix typos in documentation
Diffstat (limited to 'documentation/examples.rst')
-rw-r--r--documentation/examples.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/examples.rst b/documentation/examples.rst
index 019ffc1..787fd00 100644
--- a/documentation/examples.rst
+++ b/documentation/examples.rst
@@ -82,7 +82,7 @@ portable (runs on POSIX, Windows, etc).
using :rfc:`2217` requests. The status lines (DSR/CTS/RI/CD) are polled every
second and notifications are sent to the client.
- Telnet character IAC (0xff) needs to be doubled in data stream. IAC followed
- by an other value is interpreted as Telnet command sequence.
+ by another value is interpreted as Telnet command sequence.
- Telnet negotiation commands are sent when connecting to the server.
- RTS/DTR are activated on client connect and deactivated on disconnect.
- Default port settings are set again when client disconnects.
@@ -187,7 +187,7 @@ Installation as daemon:
- Copy the script ``port_publisher.py`` to ``/usr/local/bin``.
- Copy the script ``port_publisher.sh`` to ``/etc/init.d``.
- Add links to the runlevels using ``update-rc.d port_publisher.sh defaults 99``
-- Thats it :-) the service will be started on next reboot. Alternatively run
+- That's it :-) the service will be started on next reboot. Alternatively run
``invoke-rc.d port_publisher.sh start`` as root.
.. versionadded:: 2.5 new example