PERFORCE change 145750 for review
Ed Schouten
ed at FreeBSD.org
Wed Jul 23 19:13:21 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=145750
Change 145750 by ed at 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
More information about the p4-projects
mailing list