diff options
author | alex <alex@FreeBSD.org> | 2000-06-20 15:05:06 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-06-20 15:05:06 +0000 |
commit | de6b3245ffecf7bd9fe2441333634e2d2fc423a0 (patch) | |
tree | 2f4871495b50b6aa3144d09fb42c83f84f6bfb17 /share | |
parent | 041e66b3044c58a0a2872e0d625f8d82841924de (diff) | |
download | FreeBSD-src-de6b3245ffecf7bd9fe2441333634e2d2fc423a0.zip FreeBSD-src-de6b3245ffecf7bd9fe2441333634e2d2fc423a0.tar.gz |
mdoc style cleanup: newline for new sentence.
Submitted by: sheldonh
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/bus_alloc_resource.9 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man9/bus_alloc_resource.9 b/share/man/man9/bus_alloc_resource.9 index 96453d6..fd39b59 100644 --- a/share/man/man9/bus_alloc_resource.9 +++ b/share/man/man9/bus_alloc_resource.9 @@ -93,8 +93,8 @@ for end, the default values for the bus are calculated. .Fa count is the size of the resource, e.g. the size of an I/O port (often .Dv 1 -on PCI and device-dependent on ISA and PCCARD). If you specified the default -values for +on PCI and device-dependent on ISA and PCCARD). +If you specified the default values for .Fa start and .Fa end , @@ -105,7 +105,8 @@ is smaller than the default value and is used, if it is bigger as the default value. .It .Fa flags -sets the flags for the resource. You can set one or more of these flags: +sets the flags for the resource. +You can set one or more of these flags: .Bl -tag -width RF_SHAREABLE .It Dv RF_ALLOCATED resource has been reserved. @@ -128,7 +129,8 @@ A pointer to .Va struct res is returned on success, a null pointer otherwise. .Sh EXAMPLES -This is some example code. The values of +This is some example code. +The values of .Va portid and .Va irqid |