Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2015 06:46:26 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r277165 - head/lib/libusb
Message-ID:  <201501140646.t0E6kQ7u000518@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501140646.t0E6kQ7u000518>