From 530526c53d4ce488e1aebc3bd1e7f42490a8417a Mon Sep 17 00:00:00 2001 From: hselasky Date: Wed, 14 Jan 2015 06:46:25 +0000 Subject: Fix spelling. --- lib/libusb/libusb.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libusb') 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. -- cgit v1.1