X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdout.c;h=43e194dbca5d672936997ac97b94820892ca5a12;hp=29db2b7e3e28f050d72577a6d8b533c18ed54be8;hb=f90e920b43eb4035ded061bb889c8e4d819a2a97;hpb=6e0b28e02a1013c019a3225e922b71f913bfbae4 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));