From owner-cvs-all@FreeBSD.ORG Tue Jan 3 17:00:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EB2716A41F; Tue, 3 Jan 2006 17:00:48 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 129AC43D7C; Tue, 3 Jan 2006 17:00:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k03H0cwc097801; Tue, 3 Jan 2006 17:00:38 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k03H0coo097800; Tue, 3 Jan 2006 17:00:38 GMT (envelope-from jhb) Message-Id: <200601031700.k03H0coo097800@repoman.freebsd.org> From: John Baldwin Date: Tue, 3 Jan 2006 17:00:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 Makefile sleep.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2006 17:00:48 -0000 jhb 2006-01-03 17:00:38 UTC FreeBSD src repository Modified files: share/man/man9 Makefile sleep.9 Log: - Don't list sleep() in the NAME section as we haven't had a sleep() function in years. - Change the 'ident' paramters to 'wchan' to match . - Use 'otherwise' in place of 'else' in one place so that this reads like English rather than C. - Document the new msleep_spin() function. - Add history notes for msleep() and msleep_spin(). Revision Changes Path 1.267 +1 -0 src/share/man/man9/Makefile 1.46 +40 -9 src/share/man/man9/sleep.9