From owner-cvs-share Sat Apr 13 10:25:42 1996 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA04349 for cvs-share-outgoing; Sat, 13 Apr 1996 10:25:42 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA04343 Sat, 13 Apr 1996 10:25:38 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id DAA13316; Sun, 14 Apr 1996 03:24:07 +1000 Date: Sun, 14 Apr 1996 03:24:07 +1000 From: Bruce Evans Message-Id: <199604131724.DAA13316@godzilla.zeta.org.au> To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-share@freefall.freebsd.org, joerg@freefall.freebsd.org Subject: Re: cvs commit: src/share/man/man9 timeout.9 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >joerg 96/04/13 09:59:08 > Added: share/man/man9 timeout.9 > Log: > Describe timeout() and untimeout(). You're documenting bad interfaces faster than I can fix them :-). These functions should have taken times in microseconds yesterday and nanoseconds tomorrow. sleep(9) no longer exists. Should the man page be renamed? Bruce