From owner-svn-src-head@FreeBSD.ORG Tue Sep 21 21:07:46 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C507B1065672; Tue, 21 Sep 2010 21:07:46 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B3D0E8FC0C; Tue, 21 Sep 2010 21:07:46 +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 o8LL7kju006977; Tue, 21 Sep 2010 21:07:46 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o8LL7kRr006975; Tue, 21 Sep 2010 21:07:46 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <201009212107.o8LL7kRr006975@svn.freebsd.org> From: Christian Brueffer Date: Tue, 21 Sep 2010 21:07:46 +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: r212978 - head/cddl/usr.sbin/plockstat 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, 21 Sep 2010 21:07:46 -0000 Author: brueffer Date: Tue Sep 21 21:07:46 2010 New Revision: 212978 URL: http://svn.freebsd.org/changeset/base/212978 Log: Minor grammar fixes. Modified: head/cddl/usr.sbin/plockstat/plockstat.1 Modified: head/cddl/usr.sbin/plockstat/plockstat.1 ============================================================================== --- head/cddl/usr.sbin/plockstat/plockstat.1 Tue Sep 21 20:51:40 2010 (r212977) +++ head/cddl/usr.sbin/plockstat/plockstat.1 Tue Sep 21 21:07:46 2010 (r212978) @@ -68,7 +68,7 @@ Print all statistics. .It Fl C Print commulative statistics (the default). .It Fl H -Print an histogram. +Print a histogram. .It Fl V Print the DTrace script about to be used to stderr. .It Fl n Ar count @@ -91,5 +91,5 @@ man page for more details. .Sh HISTORY The .Nm -utility comes from the OpenSolaris and was first imported into +utility comes from OpenSolaris and was first imported into .Fx 9.0 .