[DOCS] pgtesttiming.sgml, FreeBSD command output

2012-07-06 Thread Josh Kupershmidt
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? Second, if I actually try the above command

Re: [DOCS] pgtesttiming.sgml, FreeBSD command output

2012-07-06 Thread Peter Eisentraut
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 > sh

Re: [DOCS] pgtesttiming.sgml, FreeBSD command output

2012-07-06 Thread Josh Kupershmidt
On Fri, Jul 6, 2012 at 1:33 PM, Peter Eisentraut wrote: > On fre, 2012-07-06 at 13:21 -0700, Josh Kupershmidt wrote: >> >> 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 al