From owner-cvs-all@FreeBSD.ORG Tue Feb 27 23:09:33 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A1BA816A496; Tue, 27 Feb 2007 23:09:33 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 79A6013C4B4; Tue, 27 Feb 2007 23:09:33 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1RN9Xn4011237; Tue, 27 Feb 2007 23:09:33 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1RN9Xum011236; Tue, 27 Feb 2007 23:09:33 GMT (envelope-from grog) Message-Id: <200702272309.l1RN9Xum011236@repoman.freebsd.org> From: Greg Lehey Date: Tue, 27 Feb 2007 23:09:32 +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 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, 27 Feb 2007 23:09:33 -0000 grog 2007-02-27 23:09:32 UTC FreeBSD src repository Modified files: share/man/man9 sleep.9 Log: Furhter clarifications: - the issues with wakeup_one are due to address space clashes between unrelated groups of threads. - sleep() was removed in FreeBSD 2.2. - date the page today, not 4 days ago. - replace grammatically correct "woken" with "woken up" for consistency with the function name. Revision Changes Path 1.55 +15 -6 src/share/man/man9/sleep.9