aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/libusb.3
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2015-01-14 06:46:25 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2015-01-14 06:46:25 +0000
commit930a4206837721da1ec28b49262d5f793a177584 (patch)
treec9130e7e9e3a40e603d5931888ce47ef04c15971 /lib/libusb/libusb.3
parent8b91d5b0086f455a70b1afe8122462766f382cab (diff)
downloadsrc-930a4206837721da1ec28b49262d5f793a177584.tar.gz
src-930a4206837721da1ec28b49262d5f793a177584.zip
Fix spelling.
Notes
Notes: svn path=/head/; revision=277165
Diffstat (limited to 'lib/libusb/libusb.3')
-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 785c8c475768..d00cb3fc5d4f 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.