Fix mdoc markup.
This commit is contained in:
parent
ee7f4d8187
commit
7daa71cca4
@ -27,7 +27,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd April 29, 2011
|
.Dd March 10, 2016
|
||||||
.Dt BUS_ADJUST_RESOURCE 9
|
.Dt BUS_ADJUST_RESOURCE 9
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -41,8 +41,7 @@
|
|||||||
.In sys/rman.h
|
.In sys/rman.h
|
||||||
.In machine/resource.h
|
.In machine/resource.h
|
||||||
.Ft int
|
.Ft int
|
||||||
.Fo bus_adjust_resource
|
.Fn bus_adjust_resource "device_t dev" "int type" "struct resource *r" "rman_res_t start" "rman_res_t end"
|
||||||
.Fa "device_t dev" "int type" "struct resource *r" "rman_res_t start" "rman_res_t end"
|
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
This function is used to ask the parent bus to adjust the resource range
|
This function is used to ask the parent bus to adjust the resource range
|
||||||
assigned to an allocated resource.
|
assigned to an allocated resource.
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd May 18, 2000
|
.Dd March 10, 2016
|
||||||
.Dt BUS_ALLOC_RESOURCE 9
|
.Dt BUS_ALLOC_RESOURCE 9
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -50,10 +50,8 @@
|
|||||||
.Fc
|
.Fc
|
||||||
.Ft struct resource *
|
.Ft struct resource *
|
||||||
.Fn bus_alloc_resource_any "device_t dev" "int type" "int *rid" "u_int flags"
|
.Fn bus_alloc_resource_any "device_t dev" "int type" "int *rid" "u_int flags"
|
||||||
.Fc
|
|
||||||
.Ft struct resource *
|
.Ft struct resource *
|
||||||
.Fn bus_alloc_resource_anywhere
|
.Fn bus_alloc_resource_anywhere "device_t dev" "int type" "int *rid" "rman_res_t count" "u_int flags"
|
||||||
.Fa "device_t dev" "int type" "int *rid" "rman_res_t count" "u_int flags"
|
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
This is an easy interface to the resource-management functions.
|
This is an easy interface to the resource-management functions.
|
||||||
It hides the indirection through the parent's method table.
|
It hides the indirection through the parent's method table.
|
||||||
|
Loading…
Reference in New Issue
Block a user