From owner-svn-src-all@FreeBSD.ORG Mon Jun 21 18:01:57 2010 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 E44D7106566C; Mon, 21 Jun 2010 18:01:57 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D3CA18FC1D; Mon, 21 Jun 2010 18:01:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o5LI1vIj096208; Mon, 21 Jun 2010 18:01:57 GMT (envelope-from sbruno@svn.freebsd.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o5LI1vgJ096206; Mon, 21 Jun 2010 18:01:57 GMT (envelope-from sbruno@svn.freebsd.org) Message-Id: <201006211801.o5LI1vgJ096206@svn.freebsd.org> From: Sean Bruno Date: Mon, 21 Jun 2010 18:01:57 +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: r209399 - head/usr.sbin/mptutil 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: Mon, 21 Jun 2010 18:01:58 -0000 Author: sbruno Date: Mon Jun 21 18:01:57 2010 New Revision: 209399 URL: http://svn.freebsd.org/changeset/base/209399 Log: Syntax, commas and stuff. Comments from jhb. PR: bin/147572 MFC after: 2 weeks Modified: head/usr.sbin/mptutil/mptutil.8 Modified: head/usr.sbin/mptutil/mptutil.8 ============================================================================== --- head/usr.sbin/mptutil/mptutil.8 Mon Jun 21 15:07:10 2010 (r209398) +++ head/usr.sbin/mptutil/mptutil.8 Mon Jun 21 18:01:57 2010 (r209399) @@ -393,6 +393,6 @@ doesn't support volumes above two teraby This is a limitation of the API. If you are using this adapter with volumes larger than two terabytes, use the adapter in JBOD mode. Utilize -.Xr geom 8 -.Xr zfs 1M +.Xr geom 8 , +.Xr zfs 8 , or another software volume manager to work around this limitation.