diff options
| author | plunky <plunky@NetBSD.org> | 2012-12-26 17:33:09 +0000 |
|---|---|---|
| committer | plunky <plunky@NetBSD.org> | 2012-12-26 17:33:09 +0000 |
| commit | f2e220def23f94ee497e19c6004bfa17dcbe5edb (patch) | |
| tree | e737f81521069e79191ffcc4cedc125fc352b5a2 /usr.sbin/btdevctl/btdevctl.8 | |
| parent | cf8208f4da8f4ae820b4ffd1b86424ec4f0e53e2 (diff) | |
add a comment pointing out that the link-mode may need to be
changed manually, for devices which cannot authenticate
for PR/47286
Diffstat (limited to 'usr.sbin/btdevctl/btdevctl.8')
| -rw-r--r-- | usr.sbin/btdevctl/btdevctl.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/btdevctl/btdevctl.8 b/usr.sbin/btdevctl/btdevctl.8 index d0e694add0b..b473c5d7116 100644 --- a/usr.sbin/btdevctl/btdevctl.8 +++ b/usr.sbin/btdevctl/btdevctl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: btdevctl.8,v 1.7 2010/10/12 21:49:08 wiz Exp $ +.\" $NetBSD: btdevctl.8,v 1.8 2012/12/26 17:33:09 plunky Exp $ .\" .\" Copyright (c) 2006 Itronix Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd October 11, 2010 +.Dd December 26, 2012 .Dt BTDEVCTL 8 .Os .Sh NAME @@ -101,7 +101,7 @@ May be given as BDADDR or device name. Connection link mode. The following modes are supported: .Pp -.Bl -tag -compact +.Bl -tag -width encrypt -compact .It none clear previously set mode. .It auth @@ -120,6 +120,8 @@ will set by default, or .Sq encrypt for keyboard devices. +If the device cannot handle authentication, then the mode will need +to be cleared manually. .It Fl q Ignore any cached data and perform a SDP query for the given .Ar service . |
