summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-03-10 15:49:43 +0000
committerthompsa <thompsa@FreeBSD.org>2009-03-10 15:49:43 +0000
commit0a8a5a5f610381930da4511b998e8bdde140aed0 (patch)
treeca0f6f7fe146bff705e7e35018342a0b3c22ee8e /lib
parent0372a61a28f9aeaf525a6e380278a8e1af62e03e (diff)
downloadFreeBSD-src-0a8a5a5f610381930da4511b998e8bdde140aed0.zip
FreeBSD-src-0a8a5a5f610381930da4511b998e8bdde140aed0.tar.gz
Update libusb.3 name and add mlinks for usb.3 and libusb20.3
Diffstat (limited to 'lib')
-rw-r--r--lib/libusb/Makefile5
-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 3eb4378..83a5448 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 bbf98fd..3883fe7 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)
.
.
.
OpenPOWER on IntegriCloud