From owner-cvs-lib Mon Mar 31 08:36:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA25713 for cvs-lib-outgoing; Mon, 31 Mar 1997 08:36:17 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA25705; Mon, 31 Mar 1997 08:36:16 -0800 (PST) Date: Mon, 31 Mar 1997 08:36:16 -0800 (PST) From: Peter Wemm Message-Id: <199703311636.IAA25705@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/sys issetugid.2 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/03/31 08:36:15 Modified: lib/libc/sys issetugid.2 Log: General cleanup and update to specify exactly how our implementation passes on the status across fork/exec. The previous version had some typos, referred to itself as link(2) in one place :-), and didn't really match openbsd's implementation either. Now that I've mentioned typos, hopefully our Typo Police and Xref Police will be gentle with me. :-) Revision Changes Path 1.2 +38 -31 src/lib/libc/sys/issetugid.2