diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-12-06 22:51:02 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-12-06 22:51:02 +0000 |
commit | d450e2bbf02cd16ea1aa51f561020a08ab4afccb (patch) | |
tree | bc45934228fcd99a5a74a240d917a924d1bf1f06 | |
parent | 2b70bb86a74f1e0f72bae960c36d32e11e52693f (diff) |
command descriptions (.Nd macros) are usually lowercase;
fix wording for "ruleset grammar".
ok jmc@
-rw-r--r-- | usr.sbin/btctl/bt.conf.5 | 6 | ||||
-rw-r--r-- | usr.sbin/btctl/btctl.8 | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/btctl/bt.conf.5 b/usr.sbin/btctl/bt.conf.5 index 2e2efa69d1e..6d8553952ab 100644 --- a/usr.sbin/btctl/bt.conf.5 +++ b/usr.sbin/btctl/bt.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bt.conf.5,v 1.2 2008/12/01 20:22:56 todd Exp $ +.\" $OpenBSD: bt.conf.5,v 1.3 2008/12/06 22:51:01 sobrado Exp $ .\" .\" Copyright (c) 2008 Todd T. Fries <todd@OpenBSD.org> .\" @@ -14,12 +14,12 @@ .\" 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 6 2008 $ .Dt BT.CONF 5 .Os .Sh NAME .Nm bt.conf -.Nd Bluetooth configuration file +.Nd bluetooth configuration file .Sh DESCRIPTION The .Nm diff --git a/usr.sbin/btctl/btctl.8 b/usr.sbin/btctl/btctl.8 index 20030927913..0c1ddc774d6 100644 --- a/usr.sbin/btctl/btctl.8 +++ b/usr.sbin/btctl/btctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: btctl.8,v 1.2 2008/12/02 07:57:45 jmc Exp $ +.\" $OpenBSD: btctl.8,v 1.3 2008/12/06 22:51:01 sobrado Exp $ .\" .\" Copyright (c) 2008 Todd T. Fries <todd@OpenBSD.org> .\" @@ -14,12 +14,12 @@ .\" 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 2 2008 $ +.Dd $Mdocdate: December 6 2008 $ .Dt BTCTL 8 .Os .Sh NAME .Nm btctl -.Nd Bluetooth configuration utility +.Nd bluetooth configuration utility .Sh SYNOPSIS .Nm btctl .Op Fl f Ar file @@ -30,7 +30,7 @@ utility loads rules into .Xr btd 8 . .Nm only does parsing, not interpretation. -The rulset grammer is described in +The ruleset grammar is described in .Xr bt.conf 5 . .Pp The options are as follows: |