diff options
author | 2010-11-19 18:35:16 +0000 | |
---|---|---|
committer | 2010-11-19 18:35:16 +0000 | |
commit | 6dfb0ca93bf7f3b016787f81e551441d5bbd5575 (patch) | |
tree | 21431a3724e45e2a9d014c08c6ae647ad36cb213 /lib/libc | |
parent | gapz@dud-t . org noted that sparc64 installboot crashes if the bootblock is (diff) | |
download | wireguard-openbsd-6dfb0ca93bf7f3b016787f81e551441d5bbd5575.tar.xz wireguard-openbsd-6dfb0ca93bf7f3b016787f81e551441d5bbd5575.zip |
Make KERN_CPTIME return an avarage number of ticks across all CPUs
tedu agreed with an idea, tested by Luis Useche and me; ok deraadt
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 9097587c8a9..8a9bf0428de 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.200 2010/10/11 08:26:40 claudio Exp $ +.\" $OpenBSD: sysctl.3,v 1.201 2010/11/19 18:35:16 mikeb Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: October 11 2010 $ +.Dd $Mdocdate: November 19 2010 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -511,8 +511,7 @@ The console device. An array of longs of size .Li CPUSTATES is returned, containing statistics about the number of ticks spent by -the system among all processors in interrupt processing, -user processes +the system in interrupt processing, user processes .Po .Xr nice 1 or normal |