From owner-cvs-src@FreeBSD.ORG Thu Jul 19 17:23:21 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8460F16A404; Thu, 19 Jul 2007 17:23:21 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5DCDD13C467; Thu, 19 Jul 2007 17:23:21 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6JHNLvt026316; Thu, 19 Jul 2007 17:23:21 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6JHNLWJ026315; Thu, 19 Jul 2007 17:23:21 GMT (envelope-from alc) Message-Id: <200707191723.l6JHNLWJ026315@repoman.freebsd.org> From: Alan Cox Date: Thu, 19 Jul 2007 17:23:21 +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 contigmalloc.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2007 17:23:21 -0000 alc 2007-07-19 17:23:21 UTC FreeBSD src repository Modified files: share/man/man9 contigmalloc.9 Log: Document support for M_NOWAIT by the new implementation of contigmalloc(9) in HEAD. Approved by: re (hrs) Reviewed by: Michael Plass Revision Changes Path 1.7 +13 -5 src/share/man/man9/contigmalloc.9