Source-Changes-HG archive

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

[src/trunk]: src/lib/libusb Update man page and create links to it.



details:   https://anonhg.NetBSD.org/src/rev/4413f15cd7bb
branches:  trunk
changeset: 472912:4413f15cd7bb
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed May 12 00:14:58 1999 +0000

description:
Update man page and create links to it.

diffstat:

 lib/libusb/Makefile |   8 +++++++-
 lib/libusb/usb.3    |  12 +++++++++++-
 2 files changed, 18 insertions(+), 2 deletions(-)

diffs (52 lines):

diff -r 5a32ff965b07 -r 4413f15cd7bb lib/libusb/Makefile
--- a/lib/libusb/Makefile       Wed May 12 00:05:11 1999 +0000
+++ b/lib/libusb/Makefile       Wed May 12 00:14:58 1999 +0000
@@ -1,8 +1,14 @@
-#      $NetBSD: Makefile,v 1.1 1999/05/11 21:02:24 augustss Exp $
+#      $NetBSD: Makefile,v 1.2 1999/05/12 00:14:58 augustss Exp $
 
 LIB=   usb
 MAN=   usb.3
 
+MLINKS=        usb.3 libusb.3 usb.3 get_report_desc.3 usb.3 dispose_report_desc.3 \
+       usb.3 hid_start_parse.3 usb.3 hid_end_parse.3 \
+       usb.3 hid_get_item.3 usb.3 hid_report_size.3 usb.3 hid_locate.3 \
+       usb.3 usage_page.3 usb.3 usage_in_page.3 usb.3 init_hid.3 \
+       usb.3 get_data.3 usb.3 set_data.3
+
 SRCS=  descr.c parse.c usage.c data.c
 
 INCS=  usb.h
diff -r 5a32ff965b07 -r 4413f15cd7bb lib/libusb/usb.3
--- a/lib/libusb/usb.3  Wed May 12 00:05:11 1999 +0000
+++ b/lib/libusb/usb.3  Wed May 12 00:14:58 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: usb.3,v 1.3 1999/05/12 00:04:49 augustss Exp $
+.\"    $NetBSD: usb.3,v 1.4 1999/05/12 00:14:58 augustss Exp $
 .\"
 .\" Copyright (c) 1999 Lennart Augustsson <augustss%netbsd.org@localhost>
 .\" All rights reserved.
@@ -124,6 +124,11 @@
 The struct pointed to by
 .Fa h
 will be filled with the relevant data for the item.
+The definition of 
+.Fa hid_item_t
+can be found in
+.Pa <usb.h>
+and the meaning of the components in the USB HID documentation.
 .Pp
 Data is should be read/written to the device in the size of
 the report.  The size of a report (of a certain kind) can be
@@ -169,6 +174,11 @@
 .Sh BUGS
 This man page is woefully incomplete.
 .Sh SEE ALSO
+The 
+.Tn USB 
+specifications can be found at
+.Dv http://www.usb.org/developers/docs.htm .
+.Pp
 .Xr hid 4 ,
 .Xr usb 4 .
 .Sh HISTORY



Home | Main Index | Thread Index | Old Index