From eaa6ee03b8ac1955cc60d99d119a22318d1baa61 Mon Sep 17 00:00:00 2001 From: dd Date: Mon, 9 Jul 2001 09:54:33 +0000 Subject: mdoc(7) police: remove extraneous .Pp before and/or after .Sh. --- share/man/man9/DEVICE_IDENTIFY.9 | 3 --- 1 file changed, 3 deletions(-) (limited to 'share/man/man9/DEVICE_IDENTIFY.9') 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 ) . -- cgit v1.1