From owner-p4-projects@FreeBSD.ORG Wed Jul 23 19:13:21 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 34CC41065672; Wed, 23 Jul 2008 19:13:21 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECE70106567B for ; Wed, 23 Jul 2008 19:13:20 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E8FE08FC14 for ; Wed, 23 Jul 2008 19:13:20 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m6NJDKhu073240 for ; Wed, 23 Jul 2008 19:13:20 GMT (envelope-from ed@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6NJDKxP073238 for perforce@freebsd.org; Wed, 23 Jul 2008 19:13:20 GMT (envelope-from ed@FreeBSD.org) Date: Wed, 23 Jul 2008 19:13:20 GMT Message-Id: <200807231913.m6NJDKxP073238@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to ed@FreeBSD.org using -f From: Ed Schouten To: Perforce Change Reviews Cc: Subject: PERFORCE change 145750 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2008 19:13:21 -0000 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