Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Make sure the man page describes what ioctl()...



details:   https://anonhg.NetBSD.org/src/rev/8625ebc02b8e
branches:  trunk
changeset: 479843:8625ebc02b8e
user:      augustss <augustss%NetBSD.org@localhost>
date:      Thu Dec 23 09:23:48 1999 +0000

description:
Make sure the man page describes what ioctl()s apply to what endpoints
correctly.

diffstat:

 share/man/man4/ugen.4 |  14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r c9b26018ee72 -r 8625ebc02b8e share/man/man4/ugen.4
--- a/share/man/man4/ugen.4     Thu Dec 23 09:10:18 1999 +0000
+++ b/share/man/man4/ugen.4     Thu Dec 23 09:23:48 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ugen.4,v 1.9 1999/12/22 23:21:21 augustss Exp $
+.\" $NetBSD: ugen.4,v 1.10 1999/12/23 09:23:48 augustss Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -100,7 +100,7 @@
 should be used.  A moderate amount of buffering is done
 by the driver.
 .Pp
-The control endpoint (endpoint 0) handles the following
+All endpoints handle the following
 .Xr ioctl 2
 calls:
 .Pp
@@ -111,7 +111,15 @@
 error.
 .It Dv USB_SET_TIMEOUT (int)
 Set the timeout on the device operations, the time is specified
-in milliseconds.
+in milliseconds.  The value 0 is used to indicate that there is
+no timeout.
+.El
+.Pp
+The control endpoint (endpoint 0) handles the following
+.Xr ioctl 2
+calls:
+.Pp
+.Bl -tag -width indent -compact
 .It Dv USB_GET_CONFIG (int)
 Get the device configuration number.
 .It Dv USB_SET_CONFIG (int)



Home | Main Index | Thread Index | Old Index