Hi,

I wanted to know the value of tick, went to man.openbsd.org, and got 
https://man.openbsd.org/tick

While the answer provided on this page below is accurate, IMHO it is not 
useful. I had to do a grep on "tick" for the kern.clockrate sysctl. Something 
like the below would be better.

Thanks

diff --git man9/hz.9 man9/hz.9
index a319266e518..ac5e8f60850 100644
--- man9/hz.9
+++ man9/hz.9
@@ -79,11 +79,11 @@ may be used to skew this increment, but by no more
 than ten times
 .Va tickadj .
 .Pp
-Those systems variables are available as a struct clockinfo from
-.Xr sysctl 2 .
+These system variables are available as kern.clockrate from
+.Xr sysctl 8 .
 .Sh SEE ALSO
 .Xr adjtime 2 ,
 .Xr clock_getres 2 ,
-.Xr sysctl 2 ,
+.Xr sysctl 8 ,
 .Xr hardclock 9 ,
 .Xr microtime 9

Reply via email to