Index: usr.sbin/bluetooth/hccontrol/le.c
===================================================================
--- usr.sbin/bluetooth/hccontrol/le.c	(revision 361546)
+++ usr.sbin/bluetooth/hccontrol/le.c	(working copy)
@@ -1078,7 +1078,7 @@
 				"Supervision timeout: %dms\n",
 				 10 * le16toh(conn_event->supervision_timeout));
 			fprintf(stdout,
-				"Master clock accuracy: %sn",
+				"Master clock accuracy: %s\n",
 				hci_mc_accuracy2str(
 					conn_event->master_clock_accuracy));
 		}