From 638854386e24bc8b66bad667f8d7a9416ffab9a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Tue, 3 Aug 2010 23:13:59 +0200 Subject: [PATCH] lua: fix README. --- share/lua/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/lua/README.txt b/share/lua/README.txt index c290621ad7..d811285c82 100644 --- a/share/lua/README.txt +++ b/share/lua/README.txt @@ -162,8 +162,8 @@ misc.cachedir(): Get the user's VLC cache directory. misc.datadir_list( name ): FIXME: write description ... or ditch function if it isn't useful anymore, we have datadir and userdatadir :) -misc.mdate(): Get the current date (in milliseconds). -misc.mwait(): Wait for the given date (in milliseconds). +misc.mdate(): Get the current date (in microseconds). +misc.mwait(): Wait for the given date (in microseconds). misc.lock_and_wait(): Lock our object thread and wait for a wake up signal. -- 2.39.2