On Wed, Jun 13, 2012 at 12:06:00PM +0900, Hiroki Sato wrote: > Sean Bruno <sean...@yahoo-inc.com> wrote > in <1339531057.42366.2.ca...@powernoodle.corp.yahoo.com>: > > se> On Tue, 2012-06-05 at 14:13 -0700, Sean Bruno wrote: > se> > On Tue, 2012-06-05 at 11:55 -0700, Sean Bruno wrote: > se> > se> > se> > se> allrighty, after some doc reviews by Glen, I've thwacked together a > se> quick and dirty est(4). > se> > se> Any objections? > se> > se> http://people.freebsd.org/~sbruno/est_man.txt > > Looks good. Attached a diff for some small fixes. > > se> view via: > se> groff -S -P-h -Wall -mtty-char -man -Tascii est_man.txt | less > > % man $PWD/est_man.txt > > may be easier :) > > -- Hiroki
> --- est_man.txt.orig 2012-06-13 11:06:23.000000000 +0900 > +++ est_man.txt 2012-06-13 11:39:12.000000000 +0900 > @@ -23,6 +23,7 @@ > .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF > .\" SUCH DAMAGE. > .\" > +.\" $FreeBSD$ > .\" > .Dd June 12, 2012 > .Dt EST 4 > @@ -36,7 +37,7 @@ > configuration file: > .Bd -ragged -offset indent > .Cd "device cpufreq" > -.Ep > +.Ed > .Sh DESCRIPTION > The > .Nm > @@ -72,12 +73,12 @@ > .Sh DIAGNOSTICS > .Bl -diag > .It "est%d: <Enhanced SpeedStep Frequency Control> on cpu%d" > -.It \& > +.Pp > Indicates normal startup of this interface. > .It "est: CPU supports Enhanced Speedstep, but is not recognized." > .It "est: cpu_vendor GenuineIntel, msr 471c471c0600471c" > .It "device_attach: est2 attach returned 6" > -.It \& > +.Pp > Indicates all attempts to attach to this interface have failed. > This usually indicates and improper BIOS setting restricting O/S > control of the CPU speeds. Consult your BIOS documentation for ^^^^^^ Oops, I missed a newline wrap here. :/ Glen _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"