svn commit: r189628 - head/lib/libusb

Andrew Thompson thompsa at FreeBSD.org
Tue Mar 10 08:49:44 PDT 2009


Author: thompsa
Date: Tue Mar 10 15:49:43 2009
New Revision: 189628
URL: http://svn.freebsd.org/changeset/base/189628

Log:
  Update libusb.3 name and add mlinks for usb.3 and libusb20.3

Added:
  head/lib/libusb/libusb.3   (contents, props changed)
     - copied, changed from r189619, head/lib/libusb/libusb20.3
Deleted:
  head/lib/libusb/libusb20.3
Modified:
  head/lib/libusb/Makefile

Modified: head/lib/libusb/Makefile
==============================================================================
--- head/lib/libusb/Makefile	Tue Mar 10 15:26:50 2009	(r189627)
+++ head/lib/libusb/Makefile	Tue Mar 10 15:49:43 2009	(r189628)
@@ -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
 

Copied and modified: head/lib/libusb/libusb.3 (from r189619, head/lib/libusb/libusb20.3)
==============================================================================
--- head/lib/libusb/libusb20.3	Tue Mar 10 12:10:50 2009	(r189619, copy source)
+++ head/lib/libusb/libusb.3	Tue Mar 10 15:49:43 2009	(r189628)
@@ -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)
 .
 .
 .


More information about the svn-src-all mailing list