From owner-svn-doc-all@freebsd.org Thu Nov 3 19:48:37 2016 Return-Path: Delivered-To: svn-doc-all@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 39AE3C2DE1E; Thu, 3 Nov 2016 19:48:37 +0000 (UTC) (envelope-from sevan@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 08E601024; Thu, 3 Nov 2016 19:48:36 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA3JmaY4032541; Thu, 3 Nov 2016 19:48:36 GMT (envelope-from sevan@FreeBSD.org) Received: (from sevan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA3Jmawj032540; Thu, 3 Nov 2016 19:48:36 GMT (envelope-from sevan@FreeBSD.org) Message-Id: <201611031948.uA3Jmawj032540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sevan set sender to sevan@FreeBSD.org using -f From: Sevan Janiyan Date: Thu, 3 Nov 2016 19:48:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49640 - head/en_US.ISO8859-1/books/handbook/advanced-networking X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2016 19:48:37 -0000 Author: sevan Date: Thu Nov 3 19:48:36 2016 New Revision: 49640 URL: https://svnweb.freebsd.org/changeset/doc/49640 Log: Fix spelling mistakes picked up by igor. Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D8428 Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Thu Nov 3 19:41:54 2016 (r49639) +++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Thu Nov 3 19:48:36 2016 (r49640) @@ -3231,7 +3231,7 @@ bridge0: flags=8843<UP,BROADCAST,RUNN address is seen on a different interface. This gives the benefit of static address entries without the need to pre-populate the forwarding table. Clients learned - on a particular segment of the bridge can not roam to + on a particular segment of the bridge cannot roam to another segment. An example of using sticky addresses is to combine @@ -3251,7 +3251,7 @@ bridge0: flags=8843<UP,BROADCAST,RUNN In this example, both clients see 192.168.0.1 as their default gateway. Since the bridge cache is sticky, one - host can not spoof the MAC address of + host cannot spoof the MAC address of the other customer in order to intercept their traffic.