From owner-p4-projects@FreeBSD.ORG Thu Jul 17 14:04:19 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D7A01106567D; Thu, 17 Jul 2008 14:04:18 +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 9CE751065676 for ; Thu, 17 Jul 2008 14:04:18 +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 93A108FC0A for ; Thu, 17 Jul 2008 14:04:18 +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 m6HE4I4v063292 for ; Thu, 17 Jul 2008 14:04:18 GMT (envelope-from ed@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6HE4IGh063290 for perforce@freebsd.org; Thu, 17 Jul 2008 14:04:18 GMT (envelope-from ed@FreeBSD.org) Date: Thu, 17 Jul 2008 14:04:18 GMT Message-Id: <200807171404.m6HE4IGh063290@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 145368 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: Thu, 17 Jul 2008 14:04:19 -0000 http://perforce.freebsd.org/chv.cgi?CH=145368 Change 145368 by ed@ed_dull on 2008/07/17 14:03:22 TIOCGRANTPT does not exist anymore. Devices created by pts(4) already have proper permissions on creation. Affected files ... .. //depot/projects/mpsafetty/share/man/man4/pts.4#2 edit Differences ... ==== //depot/projects/mpsafetty/share/man/man4/pts.4#2 (text+ko) ==== @@ -130,16 +130,6 @@ should not be used directly. Instead, the .Xr ptsname 3 function should be used. -.It Dv TIOCGRANTPT -Change the owner of the pseudo-terminal slave device to the user-ID of -the calling process. The group-ID is set to the group -.Dq Li tty . -The permissions are set to user readable-writable and group writable. -This -.Xr ioctl 2 -should not be used directly. Instead, the -.Xr grantpt 3 -function should be used. .It Dv TIOCPTMASTER Determine whether the file descriptor is pointing to a pseudo-terminal master device.