Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id F20F8B5DBE2 for ; Fri, 29 Jul 2011 11:50:39 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 95246-03 for ; Fri, 29 Jul 2011 14:50:34 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from gw.wicourts.gov (gwmta.wicourts.gov [165.219.244.99]) by mail.postgresql.org (Postfix) with ESMTP id CCC53B5DBBE for ; Fri, 29 Jul 2011 11:50:33 -0300 (ADT) Received: from Courts-MTA by gw.wicourts.gov with Novell_GroupWise; Fri, 29 Jul 2011 09:50:33 -0500 Message-Id: <4E328261020000250003F8CB@gw.wicourts.gov> X-Mailer: Novell GroupWise Internet Agent 8.0.1 Date: Fri, 29 Jul 2011 09:50:25 -0500 From: "Kevin Grittner" To: "Alvaro Herrera" , "Dave Page" Cc: "Gavin Flower" , "Pg Docs" , "Tom Lane" Subject: Re: postgres-9.1beta3 typo: recommendable --> recommended References: <4E325671.8070602@archidevsys.co.nz> <24447.1311948196@sss.pgh.pa.us> <1311950209-sup-9538@alvh.no-ip.org> In-Reply-To: <1311950209-sup-9538@alvh.no-ip.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-3.092 tagged_above=-5 required=5 tests=BAYES_00=-1.9, RP_MATCHES_RCVD=-1.192 X-Spam-Level: X-Archive-Number: 201107/22 X-Sequence-Number: 6889 Alvaro Herrera wrote: > Except that we don't use the first person in docs, do we? find doc/src/sgml -name '*.sgml' | xargs cat | egrep -ci '\bwe\b' 786 -Kevin