Reencode files to UTF-8. Drop CP1252 em-dash.
This commit is contained in:
parent
8ce070c1b2
commit
f76b319989
@ -1,5 +1,5 @@
|
||||
.\"-
|
||||
.\" Copyright (c) 2000 Dag-Erling Coïdan Smørgrav
|
||||
.\" Copyright (c) 2000 Dag-Erling Coïdan Smørgrav
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
|
@ -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
|
||||
},
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\"
|
||||
.\" Copyright (c) 2000,2001,2002 Søren Schmidt <sos@FreeBSD.org>
|
||||
.\" Copyright (c) 2000,2001,2002 Søren Schmidt <sos@FreeBSD.org>
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*-
|
||||
* Copyright (c) 2000,2001,2002 Søren Schmidt <sos@freebsd.org>
|
||||
* Copyright (c) 2000,2001,2002 Søren Schmidt <sos@freebsd.org>
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 1998 Dag-Erling Coïdan Smørgrav
|
||||
.\" Copyright (c) 1998 Dag-Erling Coïdan Smørgrav
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*-
|
||||
* Copyright (c) 1998 Dag-Erling Coïdan Smørgrav
|
||||
* Copyright (c) 1998 Dag-Erling Coïdan Smørgrav
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*-
|
||||
* Copyright (c) 1994-1995 Søren Schmidt
|
||||
* Copyright (c) 1994-1995 Søren Schmidt
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*-
|
||||
* Copyright (c) 1994-1995 Søren Schmidt
|
||||
* Copyright (c) 1994-1995 Søren Schmidt
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*-
|
||||
* Copyright (c) 1994-1995 Søren Schmidt
|
||||
* Copyright (c) 1994-1995 Søren Schmidt
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,6 +1,6 @@
|
||||
.\"-
|
||||
.\" Copyright (c) 2001 Boris Popov
|
||||
.\" Copyright (c) 2001 Dag-Erling Coïdan Smørgrav
|
||||
.\" Copyright (c) 2001 Dag-Erling Coïdan Smørgrav
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
|
@ -3,7 +3,7 @@
|
||||
* "THE BEER-WARE LICENSE" (Revision 42):
|
||||
* <beat@chruetertee.ch> wrote this file. As long as you retain this notice you
|
||||
* can do whatever you want with this stuff. If we meet some day, and you think
|
||||
* this stuff is worth it, you can buy me a beer in return. Beat Gätzi
|
||||
* this stuff is worth it, you can buy me a beer in return. Beat Gätzi
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
* "THE BEER-WARE LICENSE" (Revision 42):
|
||||
* <beat@chruetertee.ch> wrote this file. As long as you retain this notice you
|
||||
* can do whatever you want with this stuff. If we meet some day, and you think
|
||||
* this stuff is worth it, you can buy me a beer in return. Beat Gätzi
|
||||
* this stuff is worth it, you can buy me a beer in return. Beat Gätzi
|
||||
* ----------------------------------------------------------------------------
|
||||
*
|
||||
* $FreeBSD$
|
||||
|
@ -6,7 +6,7 @@
|
||||
.\" "THE BEER-WARE LICENSE" (Revision 42):
|
||||
.\" <beat@chruetertee.ch> wrote this file. As long as you retain this notice you
|
||||
.\" can do whatever you want with this stuff. If we meet some day, and you think
|
||||
.\" this stuff is worth it, you can buy me a beer in return. Beat Gätzi
|
||||
.\" this stuff is worth it, you can buy me a beer in return. Beat Gätzi
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*-
|
||||
* Copyright (c) 1994 Søren Schmidt
|
||||
* Copyright (c) 1994 Søren Schmidt
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*-
|
||||
* Copyright (c) 1994-1996 Søren Schmidt
|
||||
* Copyright (c) 1994-1996 Søren Schmidt
|
||||
* All rights reserved.
|
||||
*
|
||||
* Portions of this software are based in part on the work of
|
||||
|
Loading…
Reference in New Issue
Block a user