From owner-svn-src-all@FreeBSD.ORG Fri Jun 1 19:26:39 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3633F106564A; Fri, 1 Jun 2012 19:26:39 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 227E28FC1E; Fri, 1 Jun 2012 19:26:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q51JQc5D038646; Fri, 1 Jun 2012 19:26:38 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q51JQcEC038644; Fri, 1 Jun 2012 19:26:38 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201206011926.q51JQcEC038644@svn.freebsd.org> From: Joel Dahl Date: Fri, 1 Jun 2012 19:26:38 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r236420 - head/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 01 Jun 2012 19:26:39 -0000 Author: joel (doc committer) Date: Fri Jun 1 19:26:38 2012 New Revision: 236420 URL: http://svn.freebsd.org/changeset/base/236420 Log: mdoc: terminate quoted string and remove unneeded paragraph macro. Modified: head/share/man/man4/bce.4 Modified: head/share/man/man4/bce.4 ============================================================================== --- head/share/man/man4/bce.4 Fri Jun 1 19:19:04 2012 (r236419) +++ head/share/man/man4/bce.4 Fri Jun 1 19:26:38 2012 (r236420) @@ -317,7 +317,7 @@ address space. .It "bce%d: Could not allocate TX descriptor chain DMA tag!" The driver could not allocate a DMA tag for the controller's TX chain. -.It "bce%d: Could not allocate TX descriptor chain DMA memory! +.It "bce%d: Could not allocate TX descriptor chain DMA memory!" The driver could not allocate DMA addressable memory for the controller's TX chain. .It "bce%d: Could not map TX descriptor chain DMA memory!" @@ -401,7 +401,6 @@ If the problem continues replace the con For general information and support, go to the Broadcom NIC Open Source Developer Resource Site: .Pa http://www.broadcom.com/support/ethernet_nic/open_source.php . -.Pp .Sh SEE ALSO .Xr altq 4 , .Xr arp 4 ,