summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjquast <contact@jeffquast.com>2014-06-24 16:43:25 -0700
committerjquast <contact@jeffquast.com>2014-06-24 16:43:25 -0700
commiteeaa7f8b839154415787896705bacef85c1a0e62 (patch)
tree25a3b6e4d0f03cbbd317efc43d3ee718de8193b5
parent84b836b7e6d40a4af231321966d6bebb1efe32cf (diff)
downloadpexpect-eeaa7f8b839154415787896705bacef85c1a0e62.tar.gz
see https://en.wikipedia.org/wiki/SVR4#SVR4
-rw-r--r--doc/history.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/history.rst b/doc/history.rst
index 313b9ff..96c979e 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -21,7 +21,7 @@ Version 3.3
Solaris (:ghissue:`49`).
* Several Solaris (SmartOS) bugfixes, preventing IOError exceptions, especially
when used with cron(1) (:ghissue:`44`).
-* Added new keyword argument ``echo=True`` for ``spawn()``. On SRV4-like
+* Added new keyword argument ``echo=True`` for ``spawn()``. On SVR4-like
systems, the method ``isatty()`` will always return *False*: the child pty
does not appear as a terminal. Therefore, ``setecho()``, ``getwinsize()``,
``setwinsize()``, and ``waitnoecho()`` are not supported on those platforms.