Fix spelling.

This commit is contained in:
Hans Petter Selasky 2015-01-14 06:46:25 +00:00
parent 8b91d5b008
commit 930a420683
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277165

View File

@ -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.