svn commit: r229075 - head/usr.sbin/bluetooth/hccontrol
Stefan Farfeleder
stefanf at FreeBSD.org
Sat Dec 31 12:12:42 UTC 2011
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
},
{
More information about the svn-src-head
mailing list