X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdout.c;h=43e194dbca5d672936997ac97b94820892ca5a12;hp=29db2b7e3e28f050d72577a6d8b533c18ed54be8;hb=6811b2f8ea8b7a8c77046285c9432aee6327da80;hpb=9d8fdf8898418711558f70a9630b2444036d8285 diff --git a/stdout.c b/stdout.c index 29db2b7e..43e194db 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));