svn commit: r235690 - stable/9/usr.sbin/bluetooth/hccontrol

Dimitry Andric dim at FreeBSD.org
Sun May 20 15:10:14 UTC 2012


Author: dim
Date: Sun May 20 15:10:13 2012
New Revision: 235690
URL: http://svn.freebsd.org/changeset/base/235690

Log:
  MFC r228976:
  
  Reencode files to UTF-8. Drop CP1252 em-dash.

Modified:
  stable/9/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
Directory Properties:
  stable/9/usr.sbin/bluetooth/hccontrol/   (props changed)

Modified: stable/9/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
==============================================================================
--- stable/9/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c	Sun May 20 14:33:28 2012	(r235689)
+++ stable/9/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c	Sun May 20 15:10:13 2012	(r235690)
@@ -1632,8 +1632,8 @@ struct hci_command	host_controller_baseb
 "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_baseb
 "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
 },
 {


More information about the svn-src-all mailing list