Received: from makus.postgresql.org (makus.postgresql.org [98.129.198.125]) by mail.postgresql.org (Postfix) with ESMTP id BC162EC7B29 for ; Fri, 6 Jul 2012 17:33:16 -0300 (ADT) Received: from mailout-de.gmx.net ([213.165.64.23]) by makus.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1SnFDH-0000oD-NF for pgsql-docs@postgresql.org; Fri, 06 Jul 2012 20:33:16 +0000 Received: (qmail invoked by alias); 06 Jul 2012 20:33:01 -0000 Received: from a88-115-214-103.elisa-laajakaista.fi (EHLO [10.0.0.103]) [88.115.214.103] by mail.gmx.net (mp001) with SMTP; 06 Jul 2012 22:33:01 +0200 X-Authenticated: #495269 X-Provags-ID: V01U2FsdGVkX19VNJtPQFNVKJUXUBpSRDEj0l0HCO8ARlyeK01GMK 3JMbHuvSTsLVz6 Message-ID: <1341606781.7092.0.camel@vanquo.pezone.net> Subject: Re: pgtesttiming.sgml, FreeBSD command output From: Peter Eisentraut To: Josh Kupershmidt Cc: pgsql-docs Date: Fri, 06 Jul 2012 23:33:01 +0300 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.3-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Pg-Spam-Score: -1.9 (-) X-Archive-Number: 201207/10 X-Sequence-Number: 7384 On fre, 2012-07-06 at 13:21 -0700, Josh Kupershmidt wrote: > I noticed this little snippet claiming to be output on FreeBSD in > pgtesttiming.sgml: > > > dmesg | grep "Timecounter" > sysctl kern.timecounter.hardware=TSC > > > First, grep is case-sensitive by default, so that line of output > shouldn't have matched at all, right? I don't think this was meant to say that the second line is the output of the first. I read this as two separate commands. But I agree this part is a bit unclear.