Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2012 15:10:13 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r235690 - stable/9/usr.sbin/bluetooth/hccontrol
Message-ID:  <201205201510.q4KFAD99098954@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 },
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205201510.q4KFAD99098954>