diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2012-02-25 14:31:25 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2012-02-25 14:31:25 +0000 |
| commit | 3102cfe2e21aaea969dcc5245c0b70d9ae643e34 (patch) | |
| tree | 2b7318666575d98b59eff5fe1426e9b39f58d384 /lib/libusb | |
| parent | 7dfdd83d565d334e84ee9bfd940eae63423991ad (diff) | |
Notes
Diffstat (limited to 'lib/libusb')
| -rw-r--r-- | lib/libusb/libusb.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libusb/libusb.3 b/lib/libusb/libusb.3 index 4e4dd1012bd3..c3f2a4487f37 100644 --- a/lib/libusb/libusb.3 +++ b/lib/libusb/libusb.3 @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 9, 2011 +.Dd February 25, 2012 .Dt LIBUSB 3 .Os .Sh NAME @@ -483,7 +483,7 @@ on success and a LIBUSB_ERROR code on failure. .Pp .Ft int .Fn libusb_handle_events_locked "libusb_context *ctx" "struct timeval *tv" -Handle any pending events by polling file desciptors, without checking if +Handle any pending events by polling file descriptors, without checking if another thread is already doing so. Must be called with the event lock held. .Pp |
