From owner-svn-doc-head@freebsd.org Sun Apr 3 22:16:22 2016 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B89C1B01970; Sun, 3 Apr 2016 22:16:22 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C3B41CBE; Sun, 3 Apr 2016 22:16:22 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u33MGLeX096010; Sun, 3 Apr 2016 22:16:21 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u33MGLKM096009; Sun, 3 Apr 2016 22:16:21 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201604032216.u33MGLKM096009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Sun, 3 Apr 2016 22:16:21 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48532 - head/en_US.ISO8859-1/books/handbook/config X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2016 22:16:22 -0000 Author: wblock Date: Sun Apr 3 22:16:21 2016 New Revision: 48532 URL: https://svnweb.freebsd.org/changeset/doc/48532 Log: Fix ifconfig output to use actual tabs. Remove some passivity and a couple of instances of "you" and "your". Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/config/chapter.xml Sun Apr 3 22:07:49 2016 (r48531) +++ head/en_US.ISO8859-1/books/handbook/config/chapter.xml Sun Apr 3 22:16:21 2016 (r48532) @@ -955,10 +955,10 @@ lo0: flags=8049<UP,LOOPBACK,RUNNING,M to: dc0: flags=8843<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 - options=80008<VLAN_MTU,LINKSTATE> - ether 00:a0:cc:da:da:da - media: Ethernet autoselect (100baseTX <full-duplex>) - status: active + options=80008<VLAN_MTU,LINKSTATE> + ether 00:a0:cc:da:da:da + media: Ethernet autoselect (100baseTX <full-duplex>) + status: active it would indicate the card has not been configured. @@ -968,12 +968,12 @@ lo0: flags=8049<UP,LOOPBACK,RUNNING,M command line with &man.ifconfig.8; but will not persist after a reboot unless the configuration is also added to /etc/rc.conf. If a - DHCP server is present on your LAN, you - will just have to add the following line: + DHCP server is present on the LAN, + just add this line: ifconfig_dc0="DHCP" - Replace dc0 with the correct value + Replace dc0 with the correct value for the system. The line added, then, follow the instructions given in