diff options
author | 2008-12-02 07:57:45 +0000 | |
---|---|---|
committer | 2008-12-02 07:57:45 +0000 | |
commit | f0c864a280ed0ea9fa7d8ed2fc704e31975f67d5 (patch) | |
tree | 658b101244295830f68b66ff84b4cec28138d61f | |
parent | commit with rdsetroot now accepting the filesystem as a 2nd arg (diff) | |
download | wireguard-openbsd-f0c864a280ed0ea9fa7d8ed2fc704e31975f67d5.tar.xz wireguard-openbsd-f0c864a280ed0ea9fa7d8ed2fc704e31975f67d5.zip |
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 |