From owner-freebsd-hackers Sat Nov 9 00:46:28 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA15065 for hackers-outgoing; Sat, 9 Nov 1996 00:46:28 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA15055 for ; Sat, 9 Nov 1996 00:46:23 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id TAA01955; Sat, 9 Nov 1996 19:45:05 +1100 Date: Sat, 9 Nov 1996 19:45:05 +1100 From: Bruce Evans Message-Id: <199611090845.TAA01955@godzilla.zeta.org.au> To: bde@zeta.org.au, twpierce@bio-3.bsd.uchicago.edu Subject: Re: TIOCSPGRP on ptys? Cc: hackers@FreeBSD.org Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >Thanks for the elucidation. I was not sure whether login_tty() is >the preferred mechanism because I could find no documentation for >it and did not know how long it has been a part of 4BSD. Should a >man3 page be included for it? (I could contribute one if it is >agreed that this is a good idea.) Yes, everything in the library should have a man page. NetBSD has man pages for everything in libutil. Someone should import them. Bruce