Date: Tue, 10 Mar 2009 15:49:43 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r189628 - head/lib/libusb Message-ID: <200903101549.n2AFnhun066533@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) . . .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903101549.n2AFnhun066533>