diff options
| author | plunky <plunky@NetBSD.org> | 2006-08-19 16:37:26 +0000 |
|---|---|---|
| committer | plunky <plunky@NetBSD.org> | 2006-08-19 16:37:26 +0000 |
| commit | a643df2f219208c3e87dcc37dc8df2beb46ca49e (patch) | |
| tree | 87fe77935c1f2fbc3937ef28e9105f504089ad7f | |
| parent | 95d2b886d78a026178dc540074b22cc238c25af0 (diff) | |
Remove reference to btcontrol(8) and clarify mixer(4)
| -rw-r--r-- | usr.bin/bthset/bthset.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/bthset/bthset.1 b/usr.bin/bthset/bthset.1 index 0d3934f6fc3..4be1e3326bb 100644 --- a/usr.bin/bthset/bthset.1 +++ b/usr.bin/bthset/bthset.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: bthset.1,v 1.3 2006/07/30 00:03:22 wiz Exp $ +.\" $NetBSD: bthset.1,v 1.4 2006/08/19 16:37:26 plunky Exp $ .\" .\" Copyright (c) 2006 Itronix Inc. .\" All rights reserved. @@ -48,7 +48,9 @@ The utility is used to access a Bluetooth Headset with the .Xr btsco 4 audio device. -It opens the mixer device and creates the control connection +It opens the +.Xr mixer 4 +device and creates the control connection to the headset, then conducts volume settings each way. When .Nm @@ -109,7 +111,7 @@ Be verbose. .Pa /dev/mixer .Sh SEE ALSO .Xr btsco 4 , -.Xr btcontrol 8 +.Xr mixer 4 .Sh AUTHORS .An Iain Hibbert for Itronix, Inc |
