Module Name:    src
Committed By:   gutteridge
Date:           Thu Jan 17 05:52:22 UTC 2019

Modified Files:
        src/usr.sbin/btpand: btpand.8

Log Message:
btpand(8): replace dhclient(8) references with dhcpcd(8)

Addresses part of PR misc/53669.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/btpand/btpand.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/btpand/btpand.8
diff -u src/usr.sbin/btpand/btpand.8:1.6 src/usr.sbin/btpand/btpand.8:1.7
--- src/usr.sbin/btpand/btpand.8:1.6	Thu Mar 15 22:35:03 2012
+++ src/usr.sbin/btpand/btpand.8	Thu Jan 17 05:52:21 2019
@@ -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
 .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

Reply via email to