svn commit: r277165 - head/lib/libusb

Hans Petter Selasky hselasky at FreeBSD.org
Wed Jan 14 06:46:26 UTC 2015


Author: hselasky
Date: Wed Jan 14 06:46:25 2015
New Revision: 277165
URL: https://svnweb.freebsd.org/changeset/base/277165

Log:
  Fix spelling.

Modified:
  head/lib/libusb/libusb.3

Modified: head/lib/libusb/libusb.3
==============================================================================
--- head/lib/libusb/libusb.3	Wed Jan 14 05:41:33 2015	(r277164)
+++ head/lib/libusb/libusb.3	Wed Jan 14 06:46:25 2015	(r277165)
@@ -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.


More information about the svn-src-all mailing list