summaryrefslogtreecommitdiffstats
path: root/share/man/man9/DEVICE_IDENTIFY.9
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-09 09:54:33 +0000
committerdd <dd@FreeBSD.org>2001-07-09 09:54:33 +0000
commiteaa6ee03b8ac1955cc60d99d119a22318d1baa61 (patch)
treeab3b6200f079a95b6a4418f399032563aa053a74 /share/man/man9/DEVICE_IDENTIFY.9
parent8636b161b333b18525b6f5ffc5139079c29c0d63 (diff)
downloadFreeBSD-src-eaa6ee03b8ac1955cc60d99d119a22318d1baa61.zip
FreeBSD-src-eaa6ee03b8ac1955cc60d99d119a22318d1baa61.tar.gz
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
Diffstat (limited to 'share/man/man9/DEVICE_IDENTIFY.9')
-rw-r--r--share/man/man9/DEVICE_IDENTIFY.93
1 files changed, 0 insertions, 3 deletions
diff --git a/share/man/man9/DEVICE_IDENTIFY.9 b/share/man/man9/DEVICE_IDENTIFY.9
index ebb729c..4981e04 100644
--- a/share/man/man9/DEVICE_IDENTIFY.9
+++ b/share/man/man9/DEVICE_IDENTIFY.9
@@ -40,7 +40,6 @@
.Ft void
.Fn DEVICE_IDENTIFY "driver_t *driver" "device_t parent"
.Sh DESCRIPTION
-.Pp
The identify function for a device is only needed for devices on busses
that cannot identify their childs independently, e.g. the ISA bus.
It is used to recognize the device (usually done by accessing non-ambigous
@@ -56,7 +55,6 @@ for each resource (refer to
.Xr bus_set_resource 9
for more information).
.Sh EXAMPLES
-.Pp
The following pseudo-code shows an example of a function that
probes for a piece of hardware and registers it and its resource
(an I/O port) with the kernel.
@@ -77,7 +75,6 @@ foo_identify(driver_t *driver, device_t parent)
}
.Ed
.Sh RETURN VALUES
-.Pp
Zero is returned on success,
otherwise an appropriate error is returned (see
.Xr errno 2 ) .
OpenPOWER on IntegriCloud