diff options
author | jhay <jhay@FreeBSD.org> | 1997-06-24 18:22:44 +0000 |
---|---|---|
committer | jhay <jhay@FreeBSD.org> | 1997-06-24 18:22:44 +0000 |
commit | a4aac2a29ba661ede26d80831ef774e49b95301d (patch) | |
tree | 70c139a84155442fb6b2f2de14f1227b05ce3a46 /lib/libc | |
parent | e5e83a408d30d91662cdaf631ed0268b999f8028 (diff) | |
download | FreeBSD-src-a4aac2a29ba661ede26d80831ef774e49b95301d.zip FreeBSD-src-a4aac2a29ba661ede26d80831ef774e49b95301d.tar.gz |
Add tickadj to struct clockinfo, like NetBSD and OpenBSD.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 385c887..df0b4c2 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -294,7 +294,7 @@ A .Va struct clockinfo structure is returned. This structure contains the clock, statistics clock and profiling clock -frequencies, and the number of micro-seconds per hz tick. +frequencies, the number of micro-seconds per hz tick and the skew rate. .It Li KERN_FILE Return the entire file table. The returned data consists of a single |