summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man9/devclass_get_devices.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/devclass_get_devices.9 b/share/man/man9/devclass_get_devices.9
index 686d255..5e994b6 100644
--- a/share/man/man9/devclass_get_devices.9
+++ b/share/man/man9/devclass_get_devices.9
@@ -26,7 +26,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: devclass_get_devices.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
.Dt devclass_get_devices 9
@@ -38,7 +38,7 @@
.Fd #include <sys/param.h>
.Fd #include <sys/bus.h>
.Ft int
-.Fn devclass_get_devices "devclass_t dc" "int device_t **devlistp" "int *devcountp"
+.Fn devclass_get_devices "devclass_t dc" "device_t **devlistp" "int *devcountp"
.Sh DESCRIPTION
.Pp
Retrieve a list of all device instances currently in the devclass and
OpenPOWER on IntegriCloud