]> git.sesse.net Git - vlc/commitdiff
lua: fix README.
authorRémi Duraffort <ivoire@videolan.org>
Tue, 3 Aug 2010 21:13:59 +0000 (23:13 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Tue, 3 Aug 2010 21:13:59 +0000 (23:13 +0200)
share/lua/README.txt

index c290621ad7e7c43c52131fc58d819661405089d0..d811285c82051ae4244da638f9ef205ff6d220cc 100644 (file)
@@ -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.