Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Note the order of the dummy boolean states.



details:   https://anonhg.NetBSD.org/src/rev/42921856636b
branches:  trunk
changeset: 770010:42921856636b
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri Sep 30 04:21:17 2011 +0000

description:
Note the order of the dummy boolean states.

diffstat:

 share/man/man9/cpufreq.9 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r c10bb82b4fc9 -r 42921856636b share/man/man9/cpufreq.9
--- a/share/man/man9/cpufreq.9  Fri Sep 30 04:10:54 2011 +0000
+++ b/share/man/man9/cpufreq.9  Fri Sep 30 04:21:17 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cpufreq.9,v 1.3 2011/09/28 11:50:42 wiz Exp $ */
+.\" $NetBSD: cpufreq.9,v 1.4 2011/09/30 04:21:17 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 28, 2011
+.Dd September 30, 2011
 .Dt CPUFREQ 9
 .Os
 .Sh NAME
@@ -161,6 +161,8 @@
 .Dv CPUFREQ_STATE_ENABLED
 or
 .Dv CPUFREQ_STATE_DISABLED .
+The first constant should precede the latter one in
+.Vt cf_state .
 .It
 The
 .Vt cf_state_count



Home | Main Index | Thread Index | Old Index