summaryrefslogtreecommitdiffstats
path: root/lib/libusb
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2015-01-14 06:46:25 +0000
committerhselasky <hselasky@FreeBSD.org>2015-01-14 06:46:25 +0000
commit530526c53d4ce488e1aebc3bd1e7f42490a8417a (patch)
treec9130e7e9e3a40e603d5931888ce47ef04c15971 /lib/libusb
parent5a9676a3fd89f1bdeaf7fc81c8359fde923c94f0 (diff)
downloadFreeBSD-src-530526c53d4ce488e1aebc3bd1e7f42490a8417a.zip
FreeBSD-src-530526c53d4ce488e1aebc3bd1e7f42490a8417a.tar.gz
Fix spelling.
Diffstat (limited to 'lib/libusb')
-rw-r--r--lib/libusb/libusb.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libusb/libusb.3 b/lib/libusb/libusb.3
index 785c8c4..d00cb3f 100644
--- a/lib/libusb/libusb.3
+++ b/lib/libusb/libusb.3
@@ -42,9 +42,9 @@ The
.Nm
library contains interfaces for directly managing a usb device.
The current implementation supports v1.0 of the libusb API.
-.Sh LIBRARY INITIALISATION / DEINITIALISATION
+.Sh LIBRARY INITIALISATION AND DEINITIALISATION
.Ft int
-.Fn libusb_init libusb_context **ctx
+.Fn libusb_init "libusb_context **ctx"
This function initialises libusb.
It must be called at the beginning
of the program, before other libusb routines are used.
OpenPOWER on IntegriCloud