diff options
author | alfred <alfred@FreeBSD.org> | 2009-07-30 00:11:41 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2009-07-30 00:11:41 +0000 |
commit | 6c89a5f102e50c4c64fe2243108d70c38997ccec (patch) | |
tree | 35d9a81dcb5e49cb309382bf22adb81c31afeef6 /lib/libusb/libusb.3 | |
parent | eafde3dc55d5265075b824d9b12983759e0e2c50 (diff) | |
download | FreeBSD-src-6c89a5f102e50c4c64fe2243108d70c38997ccec.zip FreeBSD-src-6c89a5f102e50c4c64fe2243108d70c38997ccec.tar.gz |
LibUSB v1.0:
- Significantly improve libusb10 support.
- Many minor issues fixed.
- P4 ID: 166189, 165853, 165991, 166052, 166069
Submitted by: hps
Approved by: re
Diffstat (limited to 'lib/libusb/libusb.3')
-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 c19a13c..4066852 100644 --- a/lib/libusb/libusb.3 +++ b/lib/libusb/libusb.3 @@ -294,7 +294,7 @@ LIBUSB_ERROR code on failure. . .Pp .Ft void -.Fn libusb_free_config_descriptor "libusb_config_descriptor *config`" +.Fn libusb_free_config_descriptor "libusb_config_descriptor *config" Free a configuration descriptor. . .Pp |