]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Update documentation for stdin.c and stdout.c.
authorAndre Noll <maan@systemlinux.org>
Tue, 1 Apr 2008 20:17:11 +0000 (22:17 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 1 Apr 2008 20:17:11 +0000 (22:17 +0200)
It contained some outdated comments.

stdin.c
stdout.c

diff --git a/stdin.c b/stdin.c
index b9b2e8bfa6355684e3ea703de2e0ba6eee813153..5b6bf520cb6b09f54e6dc30cb3f21c8d7118ba63 100644 (file)
--- a/stdin.c
+++ b/stdin.c
@@ -75,9 +75,8 @@ static void stdin_post_select(struct sched *s, struct task *t)
  * \param sit The stdin task structure.
  *
  * This fills in the pre/post select function pointers of the task structure
  * \param sit The stdin task structure.
  *
  * This fills in the pre/post select function pointers of the task structure
- * given by \a sit. It also sets up a default error handler which unregisters
- * the task. Moreover, \a loaded and \a eof are set to zero and \a bufsize is
- * initialized to 16 KB (but no buffer is allocated).
+ * given by \a sit. Moreover, the stdin file desctiptor is set to nonblocking
+ * mode and \a bufsize is initialized to 16 KB (but no buffer is allocated).
  */
 void stdin_set_defaults(struct stdin_task *sit)
 {
  */
 void stdin_set_defaults(struct stdin_task *sit)
 {
index 137030ef272ada72a6f79012f9d65be4cc9eb709..ebc1cb98fd7970f9b17cab73710a6557c5a3c385 100644 (file)
--- a/stdout.c
+++ b/stdout.c
@@ -84,8 +84,7 @@ static void stdout_post_select(struct sched *s, struct task *t)
  * \param sot The stdout task structure.
  *
  * This fills in the pre/post select function poinzters of the task structure
  * \param sot The stdout task structure.
  *
  * This fills in the pre/post select function poinzters of the task structure
- * given by \a sot. It also sets up a default error handler which unregisters
- * the task on errors and clears the eof flag of \a sot.
+ * given by \a sot.
  */
 void stdout_set_defaults(struct stdout_task *sot)
 {
  */
 void stdout_set_defaults(struct stdout_task *sot)
 {