Provide example of SRV4-like systems
authorJeff Quast <contact@jeffquast.com>
Tue, 24 Jun 2014 21:23:52 +0000 (21:23 +0000)
committerJeff Quast <contact@jeffquast.com>
Tue, 24 Jun 2014 21:23:52 +0000 (21:23 +0000)
pexpect/__init__.py

index a468667ad8698cd11bca0183769000f5120c1fa0..468c4c270800f8cbb54a32fa4ff2ebed55bc41a6 100644 (file)
@@ -786,9 +786,10 @@ class spawn(object):
         '''This returns True if the file descriptor is open and connected to a
         tty(-like) device, else False.
 
-        On SRV4-style platforms implementing streams, the child pty does not
-        appear as a terminal device.  This means methods such as setecho(),
-        setwinsize(), getwinsize() may raise an IOError. '''
+        On SVR4-style platforms implementing streams, such as SunOS and HP-UX,
+        the child pty may not appear as a terminal device.  This means
+        methods such as setecho(), setwinsize(), getwinsize() may raise an
+        IOError. '''
 
         return os.isatty(self.child_fd)