Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4/man4.x86 Fix wrong lower bound.



details:   https://anonhg.NetBSD.org/src/rev/5c42ad98b74b
branches:  trunk
changeset: 762875:5c42ad98b74b
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri Mar 04 06:42:10 2011 +0000

description:
Fix wrong lower bound.

diffstat:

 share/man/man4/man4.x86/odcm.4 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a0bd7080f5a8 -r 5c42ad98b74b share/man/man4/man4.x86/odcm.4
--- a/share/man/man4/man4.x86/odcm.4    Fri Mar 04 06:01:25 2011 +0000
+++ b/share/man/man4/man4.x86/odcm.4    Fri Mar 04 06:42:10 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: odcm.4,v 1.1 2011/03/04 05:56:49 jruoho Exp $
+.\" $NetBSD: odcm.4,v 1.2 2011/03/04 06:42:10 jruoho Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\" All rights reserved.
@@ -53,7 +53,7 @@
 .It Ic machdep.clockmod.target
 The target duty cycle of all
 .Tn CPUs .
-The values range from 7 (100 %) to 1 (approximately 13 %).
+The values range from 7 (100 %) to 0 (approximately 13 %).
 .It Ic machdep.clockmod.current
 The current duty cycle of
 .Tn CPUs .



Home | Main Index | Thread Index | Old Index