mdoc(7) police: columnate sysctl(8) MIBs list (using the new

feature of -column lists width specifiers) plus minor markup
fixes.
This commit is contained in:
Ruslan Ermilov 2001-07-13 09:08:31 +00:00
parent e48c5ca20c
commit 3cdf42d23a

View File

@ -36,30 +36,26 @@ Transmeta Crusoe chips, similar in scope to Intel's SpeedStep.
The following The following
.Xr sysctl 8 .Xr sysctl 8
MIBs control the different CPU modes: MIBs control the different CPU modes:
.Bl -tag -width "hw.crusoe.percentage integer no " -compact .Bl -column ".Va hw.crusoe.percentage" ".Vt integer" "Changeable"
.It Sy "Name Type Changeable Description .It Sy "Name Type Changeable Description"
.It "hw.crusoe.longrun integer yes LongRun mode. .It Va hw.crusoe.longrun Ta Vt integer Ta yes Ta "LongRun mode:"
.Bl -tag -width "0: minimum frequency mode" -compact .It Ta Ta Ta "0: minimum frequency mode"
.It "0: minimum frequency mode .It Ta Ta Ta "1: power-saving mode"
.It "1: power-saving mode .It Ta Ta Ta "2: performance mode"
.It "2: performance mode .It Ta Ta Ta "3: maximum frequency mode"
.It "3: maximum frequency mode .It Va hw.crusoe.frequency Ta Vt integer Ta no Ta "Current frequency (MHz)."
.El .It Va hw.crusoe.voltage Ta Vt integer Ta no Ta "Current voltage (mV)."
.It "hw.crusoe.frequency integer no Current frequency (MHz). .It Va hw.crusoe.percentage Ta Vt integer Ta no Ta "Processing performance (%)."
.It "hw.crusoe.voltage integer no Current voltage (mV).
.It "hw.crusoe.percentage integer no Processing performance (%).
.El .El
.Sh EXAMPLES .Sh EXAMPLES
Print the current status: Print the current status:
.Bd -literal -offset indent .Pp
% sysctl hw.crusoe .Dl "% sysctl hw.crusoe"
.Ed
.Pp .Pp
To set LongRun mode to performance oriented variable frequency mode To set LongRun mode to performance oriented variable frequency mode
(less power savings): (less power savings):
.Bd -literal -offset indent .Pp
# sysctl -w hw.crusoe.longrun=2 .Dl "# sysctl -w hw.crusoe.longrun=2"
.Ed
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
LongRun support and this manual page were written by LongRun support and this manual page were written by
@ -68,4 +64,4 @@ and
.An Mitsuru IWASAKI Aq iwasaki@FreeBSD.org . .An Mitsuru IWASAKI Aq iwasaki@FreeBSD.org .
.Sh HISTORY .Sh HISTORY
The Transmeta(TM) Crusoe(TM) LongRun(TM) support first appeared in The Transmeta(TM) Crusoe(TM) LongRun(TM) support first appeared in
.Fx 5.0 . .Fx 5.0 .