aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2010-07-06 16:15:36 +0200
committerRaimo Niskanen <[email protected]>2010-07-06 16:15:36 +0200
commit91078fbc7b0719150a0c7749a1de9e5c0c9bbdeb (patch)
treefb5cb2c5c29d991e6fb84efb06b02060d2790f99 /lib
parentfdf51bf4a7127883705d71dab1bbd4556b28e05a (diff)
downloadotp-91078fbc7b0719150a0c7749a1de9e5c0c9bbdeb.tar.gz
otp-91078fbc7b0719150a0c7749a1de9e5c0c9bbdeb.tar.bz2
otp-91078fbc7b0719150a0c7749a1de9e5c0c9bbdeb.zip
Documentation clarifications for now/0 and timer:tc/3
Diffstat (limited to 'lib')
-rw-r--r--lib/stdlib/doc/src/timer.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/timer.xml b/lib/stdlib/doc/src/timer.xml
index 0b6807dd6c..034fff3c25 100644
--- a/lib/stdlib/doc/src/timer.xml
+++ b/lib/stdlib/doc/src/timer.xml
@@ -211,7 +211,8 @@
</type>
<desc>
<p>Evaluates <c>apply(Module, Function, Arguments)</c> and measures
- the elapsed real time. Returns <c>{Time, Value}</c>, where
+ the elapsed real time as reported by <c>now/0</c>.
+ Returns <c>{Time, Value}</c>, where
<c>Time</c> is the elapsed real time in <em>microseconds</em>,
and <c>Value</c> is what is returned from the apply.</p>
</desc>