diff options
author | mtm <mtm@FreeBSD.org> | 2003-12-09 09:04:45 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2003-12-09 09:04:45 +0000 |
commit | 5b310e02edcb92643a0b5d16f1305c1569c509f7 (patch) | |
tree | 4254ff096ec1b3990e1ba54eb4768dce11dad0a9 /share | |
parent | fa2ae436faa592a9e37a39039777e89b2ca0a440 (diff) | |
download | FreeBSD-src-5b310e02edcb92643a0b5d16f1305c1569c509f7.zip FreeBSD-src-5b310e02edcb92643a0b5d16f1305c1569c509f7.tar.gz |
Grammar
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 . |