summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-07-30 17:15:09 +0000
committerbde <bde@FreeBSD.org>1996-07-30 17:15:09 +0000
commit9a7875fe1e8221e85022e52089a859602763b515 (patch)
treee17f98cbc615bbc1cf838fc0e533219dd8294ed0 /lib
parent40a1fcdb52cfd5b52ca37e84c92f3cf92b666eef (diff)
downloadFreeBSD-src-9a7875fe1e8221e85022e52089a859602763b515.zip
FreeBSD-src-9a7875fe1e8221e85022e52089a859602763b515.tar.gz
Fixed description of _SC_CLK_TCK. Both the clock and the units
were wrong.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sysconf.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3
index a67208f..ef065f1 100644
--- a/lib/libc/gen/sysconf.3
+++ b/lib/libc/gen/sysconf.3
@@ -68,7 +68,7 @@ The maximum bytes of argument to
.It Li _SC_CHILD_MAX
The maximum number of simultaneous processes per user id.
.It Li _SC_CLK_TCK
-Number of micro-seconds per hz tick.
+The frequency of the statistics clock in ticks per second.
.It Li _SC_NGROUPS_MAX
The maximum number of supplemental groups.
.It Li _SC_OPEN_MAX
OpenPOWER on IntegriCloud