From de7e59e1a725af86269123161a23b4c1a867034a Mon Sep 17 00:00:00 2001 From: emax Date: Tue, 11 Nov 2003 02:43:10 +0000 Subject: Fix few typos Reviewed by: imp, julian, ru Approved by: imp (mentor) --- usr.sbin/bluetooth/hccontrol/link_control.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/bluetooth/hccontrol/link_control.c') diff --git a/usr.sbin/bluetooth/hccontrol/link_control.c b/usr.sbin/bluetooth/hccontrol/link_control.c index 0b8ec84..eaf7e8d 100644 --- a/usr.sbin/bluetooth/hccontrol/link_control.c +++ b/usr.sbin/bluetooth/hccontrol/link_control.c @@ -951,13 +951,13 @@ struct hci_command link_control_commands[] = { "\nThis command will obtain the values for the version information for the\n" \ "remote Bluetooth unit identified by the connection handle parameter. The\n" \ "connection handle must be a connection handle for an ACL connection.\n\n" \ -"\t - dddd; connection handle", +"\t - dddd; connection handle", &hci_read_remote_version_information }, { "read_clock_offset ", -"\nThis command allows the Host to read clock offset to remote unit.\n" \ -"\t - dddd; connection handle", +"\nThis command allows the Host to read the clock offset from the remote unit.\n" \ +"\t - dddd; connection handle", &hci_read_clock_offset }, { -- cgit v1.1