diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/BUS_SETUP_INTR.9 | 2 | ||||
-rw-r--r-- | share/man/man9/bus_alloc_resource.9 | 2 | ||||
-rw-r--r-- | share/man/man9/kobj.9 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/BUS_SETUP_INTR.9 b/share/man/man9/BUS_SETUP_INTR.9 index e4fb51f..88dc637 100644 --- a/share/man/man9/BUS_SETUP_INTR.9 +++ b/share/man/man9/BUS_SETUP_INTR.9 @@ -58,7 +58,7 @@ are found in and give the broad category of interrupt. The .Fa flags -also tell the interrupt handlers the about certain +also tell the interrupt handlers about certain device driver characteristics. .Dv INTR_FAST means the handler is for a timing-critical function. diff --git a/share/man/man9/bus_alloc_resource.9 b/share/man/man9/bus_alloc_resource.9 index abf3fcf..b387d72 100644 --- a/share/man/man9/bus_alloc_resource.9 +++ b/share/man/man9/bus_alloc_resource.9 @@ -33,7 +33,7 @@ .Os .Sh NAME .Nm bus_alloc_resource -.Nd alloc resources on a bus +.Nd allocate resources from a parent bus .Sh SYNOPSIS .In sys/param.h .In sys/bus.h diff --git a/share/man/man9/kobj.9 b/share/man/man9/kobj.9 index 0ff595e..6c5de34 100644 --- a/share/man/man9/kobj.9 +++ b/share/man/man9/kobj.9 @@ -80,7 +80,7 @@ with a suitable class, malloc type and flags (see .Xr malloc 9 for a description of the malloc type and flags). This will allocate memory for the object based on the object size -specified by the class and initialise it be zeroing the memory and +specified by the class and initialise it by zeroing the memory and installing a pointer to the class' method dispatch table. Objects created in this way should be freed by calling .Fn kobj_free . |