aboutsummaryrefslogtreecommitdiffstats
path: root/doc/eval.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-01-24 01:08:45 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-01-24 12:26:21 +0100
commitca1bc188f4e7ebd84f6446368946eec7a6014dc5 (patch)
tree04ef706f87372f4d9525cba652d9c074247a50e2 /doc/eval.texi
parent2b207bab196d40ca358b48ef9b85fd703417d343 (diff)
downloadffmpeg-ca1bc188f4e7ebd84f6446368946eec7a6014dc5.tar.gz
doc/eval: fix documentation for time() function
Diffstat (limited to 'doc/eval.texi')
-rw-r--r--doc/eval.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/eval.texi b/doc/eval.texi
index 1bc30f3d9c..5769e0d1ba 100644
--- a/doc/eval.texi
+++ b/doc/eval.texi
@@ -172,7 +172,7 @@ taylor(expr, x-y) can be used
When the series does not converge the results are undefined.
@item time(0)
-The the current (wallclock) time in seconds
+Return the current (wallclock) time in seconds.
@item root(expr, max)
Finds x where f(x)=0 in the interval 0..max.