Date: Sat, 31 Dec 2011 12:12:42 +0000 (UTC) From: Stefan Farfeleder <stefanf@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r229075 - head/usr.sbin/bluetooth/hccontrol Message-ID: <201112311212.pBVCCgeB062093@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stefanf Date: Sat Dec 31 12:12:41 2011 New Revision: 229075 URL: http://svn.freebsd.org/changeset/base/229075 Log: Fix typos in command descriptions. Modified: head/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c Modified: head/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c ============================================================================== --- head/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c Sat Dec 31 11:43:35 2011 (r229074) +++ head/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c Sat Dec 31 12:12:41 2011 (r229075) @@ -1633,7 +1633,7 @@ struct hci_command host_controller_baseb "defines the amount of time for the duration of the page scan. \n" \ "The Page_Scan_Window can only be less than or equal to the Page_Scan_Interval.\n\n" \ "\t<interval> - Range: 0x0012 -- 0x100, Time = N * 0.625 msec\n" \ -"\t<window> - Range: 0x0012 -- 0x100, Time = N * 0.625 msen", +"\t<window> - Range: 0x0012 -- 0x100, Time = N * 0.625 msec", &hci_write_page_scan_activity }, { @@ -1655,7 +1655,7 @@ struct hci_command host_controller_baseb "parameter defines the amount of time for the duration of the inquiry scan.\n" \ "The Inquiry_Scan_Window can only be less than or equal to the Inquiry_Scan_Interval.\n\n" \ "\t<interval> - Range: 0x0012 -- 0x100, Time = N * 0.625 msec\n" \ -"\t<window> - Range: 0x0012 -- 0x100, Time = N * 0.625 msen", +"\t<window> - Range: 0x0012 -- 0x100, Time = N * 0.625 msec", &hci_write_inquiry_scan_activity }, {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112311212.pBVCCgeB062093>