From owner-cvs-lib Sun Dec 29 10:30:47 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA07094 for cvs-lib-outgoing; Sun, 29 Dec 1996 10:30:47 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA07087; Sun, 29 Dec 1996 10:30:44 -0800 (PST) Date: Sun, 29 Dec 1996 10:30:44 -0800 (PST) From: Joerg Wunsch Message-Id: <199612291830.KAA07087@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libutil login.3 login_tty.3 logout.3 logwtmp.3 pty.3 Makefile libutil.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/12/29 10:30:44 Modified: lib/libutil Makefile libutil.h Added: lib/libutil login.3 login_tty.3 logout.3 logwtmp.3 pty.3 Log: Finally document the interfaces found in libutil. While being here, also add the missing declaration of forkpty() to libutil.h. Btw., the calling interface for login(3) is crude. Some better abstraction is needed, perhaps similar to logwtmp(3). 2.2 candidate, but i'll wait for the spelling police first. :) Revision Changes Path 1.4 +2 -1 src/lib/libutil/Makefile 1.2 +3 -1 src/lib/libutil/libutil.h