summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsched.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libsched.tex')
-rw-r--r--Doc/lib/libsched.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libsched.tex b/Doc/lib/libsched.tex
index baa2ffe..21366f5 100644
--- a/Doc/lib/libsched.tex
+++ b/Doc/lib/libsched.tex
@@ -1,7 +1,8 @@
-% LaTeXed and enhanced from comments in file
\section{\module{sched} ---
Event scheduler}
+% LaTeXed and enhanced from comments in file
+
\declaremodule{standard}{sched}
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
\modulesynopsis{General purpose event scheduler.}
@@ -49,7 +50,8 @@ From print_time 930343700.273
\begin{methoddesc}{enterabs}{time, priority, action, argument}
Schedule a new event. The \var{time} argument should be a numeric type
-compatible to the return value of \var{timefunc}. Events scheduled for
+compatible with the return value of the \var{timefunc} function passed
+to the constructor. Events scheduled for
the same \var{time} will be executed in the order of their
\var{priority}.