From c327288e8e44300f66f3f89c6fe40da28e84198c Mon Sep 17 00:00:00 2001 From: lherschi Date: Tue, 26 Dec 2023 10:18:54 -0700 Subject: [PATCH] bluetooth: fix comment in bluetooth.device.conf The default for discoverable is 'NO' not 'YES'. This now matches the man page. Event: Advanced UNIX Programming Course (Fall'23) at NTHU. Reviewed by: imp, zlei Pull Request: https://github.com/freebsd/freebsd-src/pull/939 --- usr.sbin/bluetooth/hccontrol/bluetooth.device.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bluetooth/hccontrol/bluetooth.device.conf b/usr.sbin/bluetooth/hccontrol/bluetooth.device.conf index 95b769bae9f..c400a3bf2e5 100644 --- a/usr.sbin/bluetooth/hccontrol/bluetooth.device.conf +++ b/usr.sbin/bluetooth/hccontrol/bluetooth.device.conf @@ -61,8 +61,8 @@ # # Possible values: # -# NO or 0 do not scan for inquiry requests; -# YES or 1 scan for inquiry requests (default). +# NO or 0 do not scan for inquiry requests (default); +# YES or 1 scan for inquiry requests. # discoverable="NO"