X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdin.h;h=ee03922e06bd06fe2bc21d4f447a72766fe13e9c;hp=a36b98879fd5c6c17b10140dda4ea64175d88964;hb=095fc31c48324112a71602ba6975d9d33cf4378e;hpb=95491e280363ddaed05599445138fd8191110dc1 diff --git a/stdin.h b/stdin.h index a36b9887..ee03922e 100644 --- a/stdin.h +++ b/stdin.h @@ -28,7 +28,7 @@ struct stdin_task { size_t bufsize; /** number of bytes currently loaded in \a buf */ size_t loaded; - /** whether STDIN_FILENO was included in the read fd set */ + /** whether \p STDIN_FILENO was included in the read fd set */ int check_fd; /** the task structure */ struct task task;