diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-10 15:49:43 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-10 15:49:43 +0000 |
| commit | 4eaae44dbf630fc0e18c03dbd5c0e71f3780f03a (patch) | |
| tree | ca0f6f7fe146bff705e7e35018342a0b3c22ee8e /lib/libusb | |
| parent | 38cce81ab3dcfe48482daaa1946c3838992b3f03 (diff) | |
Notes
Diffstat (limited to 'lib/libusb')
| -rw-r--r-- | lib/libusb/Makefile | 5 | ||||
| -rw-r--r-- | lib/libusb/libusb.3 (renamed from lib/libusb/libusb20.3) | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/lib/libusb/Makefile b/lib/libusb/Makefile index 3eb437886022..83a54484bea6 100644 --- a/lib/libusb/Makefile +++ b/lib/libusb/Makefile @@ -14,10 +14,13 @@ SRCS+= libusb20_compat01.c SRCS+= libusb20_compat10.c INCS+= libusb20.h INCS+= libusb20_desc.h -MAN= libusb20.3 +MAN= libusb.3 MKLINT= no NOGCCERROR= +MLINKS+= libusb.3 usb.3 \ + libusb.3 libusb20.3 + # libusb 0.1 compat INCS+= usb.h diff --git a/lib/libusb/libusb20.3 b/lib/libusb/libusb.3 index bbf98fdd6ac4..3883fe7a6216 100644 --- a/lib/libusb/libusb20.3 +++ b/lib/libusb/libusb.3 @@ -27,10 +27,10 @@ .\" $FreeBSD$ .\" .Dd Feb 14, 2009 -.Dt LIBUSB20 3 +.Dt LIBUSB 3 .Os .Sh NAME -.Nm libusb20 +.Nm libusb . .Nd "USB access library" . @@ -38,7 +38,7 @@ .Sh LIBRARY . . -USB access library (libusb20 -lusb20) +USB access library (libusb -lusb) . . . |
