From owner-svn-doc-all@FreeBSD.ORG Thu Jul 24 20:53:11 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8BE194F; Thu, 24 Jul 2014 20:53:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 95C8F2764; Thu, 24 Jul 2014 20:53:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6OKrBdO073395; Thu, 24 Jul 2014 20:53:11 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6OKrBik073394; Thu, 24 Jul 2014 20:53:11 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201407242053.s6OKrBik073394@svn.freebsd.org> From: Gavin Atkinson Date: Thu, 24 Jul 2014 20:53:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45372 - 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.18 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, 24 Jul 2014 20:53:11 -0000 Author: gavin Date: Thu Jul 24 20:53:11 2014 New Revision: 45372 URL: http://svnweb.freebsd.org/changeset/doc/45372 Log: Move a paragraph about debugging wpa_supplicant issues to a more logical place. Translators note that the paragraph text has not changed. 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 Jul 24 20:51:38 2014 (r45371) +++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Thu Jul 24 20:53:11 2014 (r45372) @@ -2191,17 +2191,17 @@ freebsdap 00:11:95:c3:0d:ac 1 WPA or WEP, configure the access point for open authentication and no security to see if traffic will pass. + + Debugging support is provided by + &man.wpa.supplicant.8;. Try running this utility manually + with the option and look at the + system logs. Once the system can associate with the access point, diagnose the network configuration using tools like &man.ping.8;. - - Debugging support is provided by - &man.wpa.supplicant.8;. Try running this utility manually - with the option and look at the - system logs.