diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2008-12-01 20:22:57 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2008-12-01 20:22:57 +0000 |
commit | 8b47e7505edc209fd0339237fbaefd66fddb39d8 (patch) | |
tree | 7d6a65eb0418c2d06ca72d639f38a854d2df76a6 /usr.sbin/btctl/btctl.8 | |
parent | e9a0632db4c5c099d14de47ee78e069a157a620b (diff) |
introduce btd(8) and btctl(8), tweak bt.conf(5)
feedback from uwe@ and jmc@
Diffstat (limited to 'usr.sbin/btctl/btctl.8')
-rw-r--r-- | usr.sbin/btctl/btctl.8 | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/usr.sbin/btctl/btctl.8 b/usr.sbin/btctl/btctl.8 new file mode 100644 index 00000000000..d2e247a9320 --- /dev/null +++ b/usr.sbin/btctl/btctl.8 @@ -0,0 +1,55 @@ +.\" $OpenBSD: btctl.8,v 1.1 2008/12/01 20:22:56 todd Exp $ +.\" +.\" Copyright (c) 2008 Todd T. Fries <todd@OpenBSD.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: December 1 2008 $ +.Dt BTCTL 8 +.Os +.Sh NAME +.Nm btctl +.Nd Bluetooth configuration utility +.Sh SYNOPSIS +.Nm btctl +.Op Fl f Ar file +.Sh DESCRIPTION +The +.Nm +utility loads rules into +.Xr btd 8 . +.Nm only does parsing, no interpretation. +The rulset grammer is described in +.Xr bt.conf 5 . +.Pp +The options are as follows: +.Bl -tag -width Ds +.It Fl f Ar file +Load the rules contained in +.Ar file . +.Sh EXAMPLES +The following command, executed from the command line, would configure +the +.Xr btd 8 +daemon with the contents of /etc/bt.conf: +.Bd -literal -offset 3n +# btctl -f /etc/bt.conf +.Ed +.Sh SEE ALSO +.Xr bt.conf 5 , +.Xr btd 8 +.Sh HISTORY +The +.Nm +program first appeared in +.Ox 4.5 . |