diff options
| author | Joel Dahl <joel@FreeBSD.org> | 2010-08-03 17:40:09 +0000 |
|---|---|---|
| committer | Joel Dahl <joel@FreeBSD.org> | 2010-08-03 17:40:09 +0000 |
| commit | 799162a6287e113b0a53a4a573321fa914bc3b0e (patch) | |
| tree | bc142afe08697b99c35be3b68fe9e9ecafa59dc9 /lib/libusb | |
| parent | d191ee22b13c629e4201c4852a94ceebbf6b43a6 (diff) | |
Notes
Diffstat (limited to 'lib/libusb')
| -rw-r--r-- | lib/libusb/libusb.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libusb/libusb.3 b/lib/libusb/libusb.3 index 406685252558..6694fa500a7e 100644 --- a/lib/libusb/libusb.3 +++ b/lib/libusb/libusb.3 @@ -200,7 +200,7 @@ been disconnected and a LIBUSB_ERROR code on failure. .Fn libusb_release_interface "libusb_device_handle *devh" "int interface_number" This function release an interface. All the claimed interface must be released before closing a device. Returns 0 on success, LIBUSB_ERROR_NOT_FOUND if the -interafce was not claimed, LIBUSB_ERROR_NO_DEVICE if the device has been +interface was not claimed, LIBUSB_ERROR_NO_DEVICE if the device has been disconnected and LIBUSB_ERROR on failure. . .Pp |
