From owner-cvs-all@FreeBSD.ORG Mon Aug 23 23:17:31 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 6DFF116A4CE; Mon, 23 Aug 2004 23:17:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD4F43D2D; Mon, 23 Aug 2004 23:17:31 +0000 (GMT) (envelope-from imp@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 i7NNHVMJ097553; Mon, 23 Aug 2004 23:17:31 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NNHVHC097552; Mon, 23 Aug 2004 23:17:31 GMT (envelope-from imp) Message-Id: <200408232317.i7NNHVHC097552@repoman.freebsd.org> From: Warner Losh Date: Mon, 23 Aug 2004 23:17:31 +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 bus_dma.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: Mon, 23 Aug 2004 23:17:31 -0000 imp 2004-08-23 23:17:31 UTC FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: In the SYNOPSIS section, move the bus_dmamem_alloc function prototype to just before bus_dmamem_free, which is (a) more logical; (b) likely what was originally intended and (c) matches the order in the NAME and FUNCTIONS sections. Revision Changes Path 1.15 +3 -3 src/share/man/man9/bus_dma.9