summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgutteridge <gutteridge@NetBSD.org>2019-01-17 05:52:21 +0000
committergutteridge <gutteridge@NetBSD.org>2019-01-17 05:52:21 +0000
commitef8b8c445743025cdeedc8ed4bd72f2e439a6c8b (patch)
treef990672b3c9180466f18009a8411f486ae1e2050
parent3d1e3fd4bec25c841a741af3fec01c4b5a852c50 (diff)
btpand(8): replace dhclient(8) references with dhcpcd(8)
Addresses part of PR misc/53669.
-rw-r--r--usr.sbin/btpand/btpand.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/btpand/btpand.8 b/usr.sbin/btpand/btpand.8
index 89bc646816c..6bd1020f484 100644
--- a/usr.sbin/btpand/btpand.8
+++ b/usr.sbin/btpand/btpand.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: btpand.8,v 1.6 2012/03/15 22:35:03 njoly Exp $
+.\" $NetBSD: btpand.8,v 1.7 2019/01/17 05:52:21 gutteridge Exp $
.\"
.\" Copyright (c) 2008 Iain Hibbert
.\" All rights reserved.
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd August 17, 2008
+.Dd January 17, 2019
.Dt BTPAND 8
.Os
.Sh NAME
@@ -190,7 +190,7 @@ interface, it will create a pid file and detach.
.Sh EXAMPLES
.Dl ifconfig tap1 create
.Dl btpand -a host -d ubt0 -s NAP -m encrypt -i tap1
-.Dl dhclient -q -o -w -nw tap1
+.Dl dhcpcd -q -b tap1
.Pp
Will create an encrypted connection to the NAP on
.Ar host ,
@@ -209,7 +209,7 @@ the GN service with the local SDP server.
.Xr tap 4 ,
.Xr brconfig 8 ,
.Xr btconfig 8 ,
-.Xr dhclient 8 ,
+.Xr dhcpcd 8 ,
.Xr dhcpd 8 ,
.Xr ifconfig 8 ,
.Xr sdpd 8