summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/hccontrol
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2011-12-30 00:59:08 +0000
committeruqs <uqs@FreeBSD.org>2011-12-30 00:59:08 +0000
commit14cd39e1d0a10a854bd5f8156837214e7034cc2e (patch)
tree868675c7c6163a8b106074c85df7669e339e5bfc /usr.sbin/bluetooth/hccontrol
parent8f1a296b8bac3ab3d5e3cbdb533553d8b75ac45a (diff)
downloadFreeBSD-src-14cd39e1d0a10a854bd5f8156837214e7034cc2e.zip
FreeBSD-src-14cd39e1d0a10a854bd5f8156837214e7034cc2e.tar.gz
Reencode files to UTF-8. Drop CP1252 em-dash.
Diffstat (limited to 'usr.sbin/bluetooth/hccontrol')
-rw-r--r--usr.sbin/bluetooth/hccontrol/host_controller_baseband.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c b/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
index 38f77eb..fe600a1 100644
--- a/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
+++ b/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
@@ -1632,8 +1632,8 @@ struct hci_command host_controller_baseband_commands[] = {
"begins the next page scan. The Page_Scan_Window configuration parameter\n" \
"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<interval> - Range: 0x0012 -- 0x100, Time = N * 0.625 msec\n" \
+"\t<window> - Range: 0x0012 -- 0x100, Time = N * 0.625 msen",
&hci_write_page_scan_activity
},
{
@@ -1654,8 +1654,8 @@ struct hci_command host_controller_baseband_commands[] = {
"until it begins the next inquiry scan. The Inquiry_Scan_Window configuration\n" \
"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<interval> - Range: 0x0012 -- 0x100, Time = N * 0.625 msec\n" \
+"\t<window> - Range: 0x0012 -- 0x100, Time = N * 0.625 msen",
&hci_write_inquiry_scan_activity
},
{
OpenPOWER on IntegriCloud