From owner-svn-src-all@FreeBSD.ORG Thu Sep 5 22:55:09 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 84FBE6B0; Thu, 5 Sep 2013 22:55:09 +0000 (UTC) (envelope-from carl@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 731A6262B; Thu, 5 Sep 2013 22:55:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85Mt9Io074059; Thu, 5 Sep 2013 22:55:09 GMT (envelope-from carl@svn.freebsd.org) Received: (from carl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85Mt9Pa074058; Thu, 5 Sep 2013 22:55:09 GMT (envelope-from carl@svn.freebsd.org) Message-Id: <201309052255.r85Mt9Pa074058@svn.freebsd.org> From: Carl Delsey Date: Thu, 5 Sep 2013 22:55:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r255270 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 22:55:09 -0000 Author: carl Date: Thu Sep 5 22:55:08 2013 New Revision: 255270 URL: http://svnweb.freebsd.org/changeset/base/255270 Log: Fix a typo. Approved by: jimharris Sponsored by: Intel Modified: head/share/man/man4/ntb.4 Modified: head/share/man/man4/ntb.4 ============================================================================== --- head/share/man/man4/ntb.4 Thu Sep 5 22:52:40 2013 (r255269) +++ head/share/man/man4/ntb.4 Thu Sep 5 22:55:08 2013 (r255270) @@ -71,7 +71,7 @@ This needs to be done on both systems. Each system needs to have a different IP address assigned. The MAC address is randomly generated. Also for maximum performance, the MTU should be set to 16 kiB. -This can be down by adding the line below to +This can be done by adding the line below to .Xr rc.conf 5 : .Bd -literal -offset indent ifconfig_ntb0="inet 192.168.1.10 netmask 255.255.255.0 mtu 16384"