Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2009 09:17:51 +0100 (BST)
From:      Iain Hibbert <plunky@rya-online.net>
To:        Maksim Yevmenkin <maksim.yevmenkin@gmail.com>
Cc:        freebsd-bluetooth@freebsd.org
Subject:   Re: libhci update
Message-ID:  <1242807471.849053.801.nullmailer@galant.ukfsn.org>
In-Reply-To: <1242587065.366534.1587.nullmailer@galant.ukfsn.org>
References:  <E1Lv5La-00058x-HH@smtpbarns01> <bb4a86c70904201053y1a04d76el336432d3e1a23576@mail.gmail.com> <1240311202.361300.1366.nullmailer@galant.ukfsn.org> <bb4a86c70904210959w6de5e808h9f85ee2bb1995dbf@mail.gmail.com> <1240352254.082638.416.nullmailer@galant.ukfsn.org> <bb4a86c70904211651m6127745ao9d4f26c91e428994@mail.gmail.com> <1240386569.369073.696.nullmailer@galant.ukfsn.org> <bb4a86c70904220909j5d047ce6x6260bd2e87b5b7bd@mail.gmail.com> <1242294653.314348.1748.nullmailer@galant.ukfsn.org> <bb4a86c70905140926n488cb2b5x5f5530e01d70bd66@mail.gmail.com> <1242322384.832849.4269.nullmailer@galant.ukfsn.org> <1242587065.366534.1587.nullmailer@galant.ukfsn.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 17 May 2009, Iain Hibbert wrote:

> On Thu, 14 May 2009, Iain Hibbert wrote:
>
> > Ah yes, my bad. I haven't properly looked at the manpage yet (I saw a
> > spelling mistake earlier but I didn't note it :),
>
> found it,

actually, more :)
iain

Index: bluetooth.3
===================================================================
RCS file: /home/ncvs/src/lib/libbluetooth/bluetooth.3,v
retrieving revision 1.10
diff -u -r1.10 bluetooth.3
--- bluetooth.3	22 Apr 2009 15:50:03 -0000	1.10
+++ bluetooth.3	20 May 2009 08:17:03 -0000
@@ -115,13 +115,13 @@
 .Ft void
 .Fn bt_devfilter_pkt_set "struct bt_devfilter *filter" "uint8_t type"
 .Ft void
-.Fn bt_devfilter_pkt_clt "struct bt_devfilter *filter" "uint8_t type"
+.Fn bt_devfilter_pkt_clr "struct bt_devfilter *filter" "uint8_t type"
 .Ft int
 .Fn bt_devfilter_pkt_tst "struct bt_devfilter const *filter" "uint8_t type"
 .Ft void
 .Fn bt_devfilter_evt_set "struct bt_devfilter *filter" "uint8_t event"
 .Ft void
-.Fn bt_devfilter_evt_clt "struct bt_devfilter *filter" "uint8_t event"
+.Fn bt_devfilter_evt_clr "struct bt_devfilter *filter" "uint8_t event"
 .Ft int
 .Fn bt_devfilter_evt_tst "struct bt_devfilter const *filter" "uint8_t event"
 .Ft int
@@ -272,7 +272,7 @@
 .Pp
 The
 .Fn bt_devinfo
-function populates prodivded
+function populates provided
 .Vt bt_devinfo
 structure with the information about given Bluetooth device.
 The caller is expected to pass Bluetooth device name in the
@@ -383,7 +383,7 @@
 .Xr bt_devopen 3 .
 The
 .Fa opcode
-parameter is exppected to be in the host byte order.
+parameter is expected to be in the host byte order.
 The
 .Fa param
 and




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