From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10583 invoked by alias); 15 May 2009 08:15:18 -0000 Received: (qmail 10558 invoked by uid 22791); 15 May 2009 08:15:13 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_34,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 May 2009 08:15:02 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n4F8CvC4030494; Fri, 15 May 2009 04:12:57 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n4F8CukW011819; Fri, 15 May 2009 04:12:57 -0400 Received: from [10.32.10.58] (vpn-10-58.str.redhat.com [10.32.10.58]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n4F8Ctsc010632; Fri, 15 May 2009 04:12:55 -0400 Subject: Re: [PATCH] Manual page typos fix From: Mark Wielaard To: prasad@linux.vnet.ibm.com Cc: Petr Muller , systemtap@sourceware.org In-Reply-To: <20090514182721.GA30963@in.ibm.com> References: <1242318902.3322.3.camel@ziltoid.englab.brq.redhat.com> <20090514182721.GA30963@in.ibm.com> Content-Type: text/plain Date: Fri, 15 May 2009 08:15:00 -0000 Message-Id: <1242375174.6613.3.camel@hermans.wildebeest.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00593.txt.bz2 On Thu, 2009-05-14 at 23:57 +0530, K.Prasad wrote: > On Thu, May 14, 2009 at 06:35:02PM +0200, Petr Muller wrote: > > we run some man page checking tool as errata process to spot typos & > > friends, so instead of complaining internally or filing bugs, I decided > > to fix & post it directly. > > [...] > > -Fies when in readahead way,read several pages once > > +Fires when in readahead way,read several pages once > > > > Shouldn't the above line be: > "Fires when in readahead way, read several pages once"? > > You missed the space after the comma. Thanks for the patches and the report of the comma-space issues. I applied Petr's patches and fixed all comma-space, space-dot, etc. issues a quick grep found. commit 873e75ccf0f7188ec5094f7002137ccee7809e5d Author: Mark Wielaard Date: Fri May 15 10:07:59 2009 +0200 Fixed comma space, space dot typos in various man pages. Reported-by: K.Prasad commit 37f6433e61f0b5e927bf1a2b91d4ff4b79633e8a Author: Petr Muller Date: Fri May 15 09:53:45 2009 +0200 Fixed few typos in various man pages found by a spellchecker. commit c641d2d5bb5657e5c0a0a16267894bea860fd845 Author: Petr Muller Date: Fri May 15 09:52:51 2009 +0200 Fix few typos in stapprobes manpages found by a spellchecker. Cheers, Mark