From owner-cvs-all Thu Feb 15 4:21:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6B4837B69D; Thu, 15 Feb 2001 04:21:44 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FCLiS09866; Thu, 15 Feb 2001 04:21:44 -0800 (PST) (envelope-from bde) Message-Id: <200102151221.f1FCLiS09866@freefall.freebsd.org> From: Bruce Evans Date: Thu, 15 Feb 2001 04:21:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 bus_alloc_resource.9 bus_release_resource.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2001/02/15 04:21:44 PST Modified files: share/man/man9 bus_alloc_resource.9 bus_release_resource.9 Log: Fixed missing and wrong includes in synopsis. The prerequisites for using bus_alloc_resource(), etc., are especially unobvious, but were especially wrong ( has nothing to do with the resources documented here...). Order and format the includes as correctly as possible (a layering violation makes a prerequisite for ). Revision Changes Path 1.6 +4 -2 src/share/man/man9/bus_alloc_resource.9 1.3 +4 -2 src/share/man/man9/bus_release_resource.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message