summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/clock.3
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-02-03 22:09:56 +0000
committerbde <bde@FreeBSD.org>1995-02-03 22:09:56 +0000
commitdc81150269703db6b5ccc1ee503f86b9f0ec07e4 (patch)
tree61743721fce1ce423cf18f7fd67c88d0e8dc7431 /lib/libc/gen/clock.3
parent9bf63224b91034bf3e2ee2e3d1ba63a0006e2b33 (diff)
downloadFreeBSD-src-dc81150269703db6b5ccc1ee503f86b9f0ec07e4.zip
FreeBSD-src-dc81150269703db6b5ccc1ee503f86b9f0ec07e4.tar.gz
Change CLK_TCK to CLOCKS_PER_SEC.
Add a missing apostrophe that suggests inverting the frequency to get tick size. It read better before because `CLK_TCK' suggests a tick size although it is actually a frequency.
Diffstat (limited to 'lib/libc/gen/clock.3')
-rw-r--r--lib/libc/gen/clock.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/clock.3 b/lib/libc/gen/clock.3
index f70184e..739a7ea 100644
--- a/lib/libc/gen/clock.3
+++ b/lib/libc/gen/clock.3
@@ -51,7 +51,8 @@ The
function
determines the amount of processor time used since the invocation of the
calling process, measured in
-.Dv CLK_TCK Ns s.
+.Dv CLOCKS_PER_SEC Ns 's
+of a second.
.Sh RETURN VALUES
The
.Fn clock
OpenPOWER on IntegriCloud