Module Name:    src
Committed By:   jmcneill
Date:           Tue Dec  1 12:07:41 UTC 2015

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

Log Message:
There is no user space control for this with cpuctl(8) as far as I can tell. 
Remove all references to it.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/share/man/man9/cpufreq.9:1.7
--- src/share/man/man9/cpufreq.9:1.6	Thu Oct 27 05:25:08 2011
+++ src/share/man/man9/cpufreq.9	Tue Dec  1 12:07:41 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: cpufreq.9,v 1.6 2011/10/27 05:25:08 jruoho Exp $ */
+.\" $NetBSD: cpufreq.9,v 1.7 2015/12/01 12:07:41 jmcneill 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 October 27, 2011
+.Dd December 1, 2015
 .Dt CPUFREQ 9
 .Os
 .Sh NAME
@@ -73,8 +73,6 @@ The machine-independent
 interface provides a framework for
 .Tn CPU
 frequency scaling done by a machine-dependent backend implementation.
-User space control is available via
-.Xr cpuctl 8 .
 .Pp
 The
 .Nm
@@ -288,7 +286,6 @@ The
 interface is implemented within
 .Pa sys/kern/subr_cpufreq.c .
 .Sh SEE ALSO
-.Xr cpuctl 8 ,
 .Xr pmf 9 ,
 .Xr xcall 9
 .Rs

Reply via email to