]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed missing and wrong includes in synopsis. The prerequisites for
authorBruce Evans <bde@FreeBSD.org>
Thu, 15 Feb 2001 12:21:44 +0000 (12:21 +0000)
committerBruce Evans <bde@FreeBSD.org>
Thu, 15 Feb 2001 12:21:44 +0000 (12:21 +0000)
commita10f4352b95d349c624d24df01eb2f6eb8edb649
tree76a4184ca55f93d343a745b1cb9f1727c1e8f9a1
parent6c613605bc5aab6375e002d3bfcc2694727c4eaa
Fixed missing and wrong includes in synopsis.  The prerequisites for
using bus_alloc_resource(), etc., are especially unobvious, but were
especially wrong (<sys/resource.h> has nothing to do with the resources
documented here...).  Order and format the includes as correctly as
possible (a layering violation makes <machine/bus.h> a prerequisite for
<sys/rman.h>).
share/man/man9/bus_alloc_resource.9
share/man/man9/bus_release_resource.9