Module Name:    src
Committed By:   jruoho
Date:           Wed Sep 28 11:42:01 UTC 2011

Modified Files:
        src/share/man/man9: cpufreq.9

Log Message:
Bump date and add one missing note.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/cpufreq.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/cpufreq.9
diff -u src/share/man/man9/cpufreq.9:1.1 src/share/man/man9/cpufreq.9:1.2
--- src/share/man/man9/cpufreq.9:1.1	Wed Sep 28 10:55:48 2011
+++ src/share/man/man9/cpufreq.9	Wed Sep 28 11:42:00 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: cpufreq.9,v 1.1 2011/09/28 10:55:48 jruoho Exp $ */
+.\" $NetBSD: cpufreq.9,v 1.2 2011/09/28 11:42:00 jruoho Exp $ */
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruohonen.iki.fi>
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 23, 2011
+.Dd September 28, 2011
 .Dt CPUFREQ 9
 .Os
 .Sh NAME
@@ -149,6 +149,10 @@ From these
 (the clock frequency in MHz) is mandatory, whereas the optional
 .Vt cfs_power
 can be filled to describe the power consumption (in mW) of each state.
+The
+.Fa cf_state
+array must be filled in descending order, that is, the highest
+frequency should be at the zero index.
 .Pp
 If the backend operates with a simple boolean switch
 without knowing the clock frequencies, the

Reply via email to