build: Remove two unused variables from Makefile.in.
[paraslash.git] / sched.h
diff --git a/sched.h b/sched.h
index 9c5c098e0fbe38dbe7d5f2b77e33994ffa4ed1bc..234a8458d5870a1f14c66c81c140b61c0c20bf01 100644 (file)
--- a/sched.h
+++ b/sched.h
@@ -41,10 +41,7 @@ struct sched {
  * Before registering a task to the scheduler, the task structure must be
  * filled in properly by the caller.
  *
- * If one of these functions sets \a t->error to a negative value, the
- * task gets unregistered automatically.
- *
- * \sa struct sched.
+ * \sa \ref sched.
  */
 struct task {
        /**