diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-12-02 07:57:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-12-02 07:57:46 +0000 |
commit | 185200de04e6f4712ee599e011ea42f66eb8b94c (patch) | |
tree | bd6232c7c5008868b5625699879c8c1854ca50d1 | |
parent | e77fe03ee41e8897700e5e841bd831c28d568d93 (diff) |
tweak previous;
-rw-r--r-- | usr.sbin/btctl/btctl.8 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/usr.sbin/btctl/btctl.8 b/usr.sbin/btctl/btctl.8 index d2e247a9320..20030927913 100644 --- a/usr.sbin/btctl/btctl.8 +++ b/usr.sbin/btctl/btctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: btctl.8,v 1.1 2008/12/01 20:22:56 todd Exp $ +.\" $OpenBSD: btctl.8,v 1.2 2008/12/02 07:57:45 jmc Exp $ .\" .\" Copyright (c) 2008 Todd T. Fries <todd@OpenBSD.org> .\" @@ -14,7 +14,7 @@ .\" 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 $ +.Dd $Mdocdate: December 2 2008 $ .Dt BTCTL 8 .Os .Sh NAME @@ -28,7 +28,8 @@ The .Nm utility loads rules into .Xr btd 8 . -.Nm only does parsing, no interpretation. +.Nm +only does parsing, not interpretation. The rulset grammer is described in .Xr bt.conf 5 . .Pp @@ -37,12 +38,14 @@ The options are as follows: .It Fl f Ar file Load the rules contained in .Ar file . +.El .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 +daemon with the contents of +.Pa /etc/bt.conf : +.Bd -literal -offset indent # btctl -f /etc/bt.conf .Ed .Sh SEE ALSO |