X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=stdout.c;h=9fc20ed0253d91f9ecb3fe3591843feb48b82eb3;hb=065d01e33a5edbd3b55e9f27b87e54b6cc2b4224;hp=b26661594a940373fe5e6bd20e67c54607e70b4c;hpb=86595f65b445fb587489c863e93ad2b2337d7497;p=paraslash.git diff --git a/stdout.c b/stdout.c index b2666159..9fc20ed0 100644 --- a/stdout.c +++ b/stdout.c @@ -89,7 +89,7 @@ void stdout_task_register(struct stdout_task *sot, struct sched *s) .name = "stdout", }; - /* See stdin.c for details. */ + /* See \ref stdin.c for details. */ ret = fcntl(STDOUT_FILENO, F_GETFL); if (ret < 0) { PARA_EMERG_LOG("F_GETFL: %s\n", strerror(errno));