From owner-svn-src-all@FreeBSD.ORG Wed Jul 14 17:46:45 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 309FD106567B; Wed, 14 Jul 2010 17:46:45 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1FFD08FC08; Wed, 14 Jul 2010 17:46:45 +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 o6EHkjIU035445; Wed, 14 Jul 2010 17:46:45 GMT (envelope-from attilio@svn.freebsd.org) Received: (from attilio@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o6EHkjme035443; Wed, 14 Jul 2010 17:46:45 GMT (envelope-from attilio@svn.freebsd.org) Message-Id: <201007141746.o6EHkjme035443@svn.freebsd.org> From: Attilio Rao Date: Wed, 14 Jul 2010 17:46:45 +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: r210065 - head/usr.bin/gcore 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: Wed, 14 Jul 2010 17:46:45 -0000 Author: attilio Date: Wed Jul 14 17:46:44 2010 New Revision: 210065 URL: http://svn.freebsd.org/changeset/base/210065 Log: Fix spelling. Sponsored by: Sandvine Incorporated Submitted by: b.f. MFC after: 2 weeks X-MFC: 210063 Modified: head/usr.bin/gcore/gcore.1 Modified: head/usr.bin/gcore/gcore.1 ============================================================================== --- head/usr.bin/gcore/gcore.1 Wed Jul 14 17:38:01 2010 (r210064) +++ head/usr.bin/gcore/gcore.1 Wed Jul 14 17:46:44 2010 (r210065) @@ -64,11 +64,11 @@ Write the core file to the specified fil .Dq Pa core. . .It Fl f Dumps all the available segments, excluding only the malformed ones and -un-dumpable ones. Differently from the default invocation, it also dumps -device-mapped and sglist-mapped areas that may invalidate the state of -some transactions. This flag, then, may be used very carefully, when the -full behaviour of the application is full-understood and the fallouts can -be easilly controlled. +un-dumpable ones. Unlike the default invocation, it also dumps +device- and sglist-mapped areas that may invalidate the state of +some transactions. This flag must be used very carefully, when the +behavior of the application is fully understood and the fallouts can +be easily controlled. .It Fl s Stop the process while gathering the core image, and resume it when done.