From cc848d6e9e5e5cbdae01ac3aaa53a79e27306c68 Mon Sep 17 00:00:00 2001 From: plunky Date: Fri, 12 Jun 2015 09:43:05 +0000 Subject: the Bluetooth rc.d setup was simplified some time ago, so 'btdevctl' variable is no longer used. change wording to reflect this --- usr.sbin/btdevctl/btdevctl.8 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'usr.sbin/btdevctl/btdevctl.8') diff --git a/usr.sbin/btdevctl/btdevctl.8 b/usr.sbin/btdevctl/btdevctl.8 index d993d4fb244..9d0484c0fd4 100644 --- a/usr.sbin/btdevctl/btdevctl.8 +++ b/usr.sbin/btdevctl/btdevctl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: btdevctl.8,v 1.11 2014/03/18 18:20:46 riastradh Exp $ +.\" $NetBSD: btdevctl.8,v 1.12 2015/06/12 09:43:05 plunky Exp $ .\" .\" Copyright (c) 2006 Itronix Inc. .\" All rights reserved. @@ -143,12 +143,11 @@ Be verbose. .Pp For device configurations to persist across boots, add entries to the .Pa /etc/bluetooth/btdevctl.conf -file and -set the +file and ensure the .Xr rc.conf 5 variable -.Sy btdevctl -to YES. +.Sy bluetooth +is set to YES. .Sh FILES .Bl -tag -compact .It Pa /etc/bluetooth/btdevctl.conf -- cgit