From owner-freebsd-bluetooth@FreeBSD.ORG Wed May 20 08:18:41 2009 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A9ED106564A for ; Wed, 20 May 2009 08:18:41 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from smtp01.one2one.net (smtp01.one2one.net [149.254.200.196]) by mx1.freebsd.org (Postfix) with ESMTP id 0A4B58FC0A for ; Wed, 20 May 2009 08:18:40 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from [127.0.0.1] (helo=localhost) by smtpbarns01 with esmtp (Exim 4.50) id 1M6h0W-0008Mq-9D; Wed, 20 May 2009 08:18:36 +0000 Received: from smtpbarns01 ([127.0.0.1]) by localhost (smtpbarns01 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31906-03; Wed, 20 May 2009 09:18:35 +0100 (BST) Received: from [10.216.196.109] (helo=rya-online.net) by smtpbarns01 with smtp (Exim 4.50) id 1M6h0T-0008Ml-9P; Wed, 20 May 2009 08:18:35 +0000 Received: (nullmailer pid 859 invoked by uid 1000); Wed, 20 May 2009 08:17:51 -0000 Date: Wed, 20 May 2009 09:17:51 +0100 (BST) To: Maksim Yevmenkin In-Reply-To: <1242587065.366534.1587.nullmailer@galant.ukfsn.org> References: <1240311202.361300.1366.nullmailer@galant.ukfsn.org> <1240352254.082638.416.nullmailer@galant.ukfsn.org> <1240386569.369073.696.nullmailer@galant.ukfsn.org> <1242294653.314348.1748.nullmailer@galant.ukfsn.org> <1242322384.832849.4269.nullmailer@galant.ukfsn.org> <1242587065.366534.1587.nullmailer@galant.ukfsn.org> User-Agent: Alpine 2.00 (NEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Message-Id: <1242807471.849053.801.nullmailer@galant.ukfsn.org> From: Iain Hibbert X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at example.com X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: plunky@rya-online.net X-SA-Exim-Scanned: No (on smtpbarns01); SAEximRunCond expanded to false Cc: freebsd-bluetooth@freebsd.org Subject: Re: libhci update X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 08:18:41 -0000 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