From owner-cvs-all@FreeBSD.ORG Tue Aug 10 14:47:13 2004 Return-Path: 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 29D4716A4CE; Tue, 10 Aug 2004 14:47:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0834D43D1F; Tue, 10 Aug 2004 14:47:13 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7AElC6c012962; Tue, 10 Aug 2004 14:47:12 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7AElCpo012961; Tue, 10 Aug 2004 14:47:12 GMT (envelope-from green) Message-Id: <200408101447.i7AElCpo012961@repoman.freebsd.org> From: Brian Feldman Date: Tue, 10 Aug 2004 14:47:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 contigmalloc.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 10 Aug 2004 14:47:13 -0000 green 2004-08-10 14:47:12 UTC FreeBSD src repository Modified files: share/man/man9 contigmalloc.9 Log: Update contigmalloc(9)'s manpage to reflect usage of the malloc_type argument and that allocation occurs from the end of the address space backward (still first-fit). Revision Changes Path 1.2 +2 -9 src/share/man/man9/contigmalloc.9