Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2008 19:13:20 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 145750 for review
Message-ID:  <200807231913.m6NJDKxP073238@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=145750

Change 145750 by ed@ed_dull on 2008/07/23 19:12:33

	Update the BUGS sections of pts(4) and ptycompat(4).

Affected files ...

.. //depot/projects/mpsafetty/share/man/man4/pts.4#4 edit
.. //depot/projects/mpsafetty/share/man/man4/ptycompat.4#3 edit

Differences ...

==== //depot/projects/mpsafetty/share/man/man4/pts.4#4 (text+ko) ====

@@ -175,3 +175,9 @@
 it was replaced with the
 .Nm
 driver.
+.Sh BUGS
+Packet mode has not been properly implemented in this version of
+.Fx .
+When enabled, it will always prepend
+.Dv TIOCPKT_DATA ,
+even if other events have been triggered.

==== //depot/projects/mpsafetty/share/man/man4/ptycompat.4#3 (text+ko) ====

@@ -86,13 +86,13 @@
 pseudo-terminal driver appeared in
 .Bx 4.2 .
 .Sh BUGS
-Unlike previous implementations, the slave device nodes are destroyed
-when the PTY becomes unused.
+Unlike previous implementations, the master slave device nodes are
+destroyed when the PTY becomes unused.
 A call to
 .Xr stat 2
 on a nonexistent master device will already cause a new master device
 node to be created.
-The master device cannot be destroyed again.
+The master device can only be destroyed by opening and closing it.
 .Pp
 The
 .Nm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807231913.m6NJDKxP073238>