X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdin.c;h=bb922dd168f645ebf61b17c11726e705d2b8c6e8;hp=83ff48f50acf38a95c2f0b021a04edf48675c73c;hb=61a4bf7d89c6757957c4171c67dcb11de111eef5;hpb=15151d60026dfe17cfaad02284d0abbb8b9389b2 diff --git a/stdin.c b/stdin.c index 83ff48f5..bb922dd1 100644 --- a/stdin.c +++ b/stdin.c @@ -79,12 +79,12 @@ void stdin_post_select(struct sched *s, struct task *t) } /** - * initialize a stdin task structure with default values + * Initialize a stdin task structure with default values. * - * \param sit the stdin task structure + * \param sit The stdin 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 + * 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). */