From owner-svn-src-head@FreeBSD.ORG Tue Sep 18 08:12:28 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95EB91065670; Tue, 18 Sep 2012 08:12:28 +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 821348FC17; Tue, 18 Sep 2012 08:12:28 +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 q8I8CSgl054745; Tue, 18 Sep 2012 08:12:28 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8I8CSVh054743; Tue, 18 Sep 2012 08:12:28 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201209180812.q8I8CSVh054743@svn.freebsd.org> From: Joel Dahl Date: Tue, 18 Sep 2012 08:12:28 +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: r240633 - head/sbin/nvmecontrol X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2012 08:12:28 -0000 Author: joel (doc committer) Date: Tue Sep 18 08:12:28 2012 New Revision: 240633 URL: http://svn.freebsd.org/changeset/base/240633 Log: mdoc: remove superfluous paragraph macro. Modified: head/sbin/nvmecontrol/nvmecontrol.8 Modified: head/sbin/nvmecontrol/nvmecontrol.8 ============================================================================== --- head/sbin/nvmecontrol/nvmecontrol.8 Tue Sep 18 08:02:54 2012 (r240632) +++ head/sbin/nvmecontrol/nvmecontrol.8 Tue Sep 18 08:12:28 2012 (r240633) @@ -76,7 +76,6 @@ Display a hexadecimal dump of the nvme0 Run a performance test on nvme0ns1 using 32 kernel threads for 30 seconds. Each thread will issue a single 512 byte read command. Results are printed to stdout when 30 seconds expires. -.Pp .Sh AUTHORS .An -nosplit .Nm