Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/btpand Add missing width argument to Bl. Remove Pp ...



details:   https://anonhg.NetBSD.org/src/rev/c375a24d4f0a
branches:  trunk
changeset: 447577:c375a24d4f0a
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jan 17 08:53:17 2019 +0000

description:
Add missing width argument to Bl. Remove Pp before It.

diffstat:

 usr.sbin/btpand/btpand.8 |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r 81aebedb3a31 -r c375a24d4f0a usr.sbin/btpand/btpand.8
--- a/usr.sbin/btpand/btpand.8  Thu Jan 17 07:46:16 2019 +0000
+++ b/usr.sbin/btpand/btpand.8  Thu Jan 17 08:53:17 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: btpand.8,v 1.7 2019/01/17 05:52:21 gutteridge Exp $
+.\" $NetBSD: btpand.8,v 1.8 2019/01/17 08:53:17 wiz Exp $
 .\"
 .\" Copyright (c) 2008 Iain Hibbert
 .\" All rights reserved.
@@ -128,7 +128,7 @@
 Set L2CAP connection link mode.
 Supported modes are:
 .Pp
-.Bl -tag -compact
+.Bl -tag -compact -width secure
 .It auth
 require devices to be paired.
 .It encrypt
@@ -148,7 +148,7 @@
 .Ar service
 to provide or connect to, the following services are recognised:
 .Pp
-.Bl -tag -compact
+.Bl -tag -compact -width PANU
 .It GN
 Group ad-hoc Network.
 .It NAP
@@ -156,7 +156,6 @@
 .It PANU
 Personal Area Networking User.
 .El
-.Pp
 .It Fl S Ar service
 As per
 .Fl s
@@ -179,7 +178,7 @@
 .Xr tap 4
 interface, it will create a pid file and detach.
 .Sh FILES
-.Bl -tag -compact
+.Bl -tag -compact -width /etc/bluetooth/hosts
 .It Pa /dev/tap
 .It Pa /etc/bluetooth/hosts
 .It Pa /var/run/sdp



Home | Main Index | Thread Index | Old Index