X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=close_on_fork.c;h=655dbc562a9dc2ed55711fad44a1dab713db25b9;hp=c606d98c46aeb4c9a15e76b90ea5856231c6a38e;hb=f90e920b43eb4035ded061bb889c8e4d819a2a97;hpb=fa9122a948ce06248fda918ed9c8d4827b61c4bf diff --git a/close_on_fork.c b/close_on_fork.c index c606d98c..655dbc56 100644 --- a/close_on_fork.c +++ b/close_on_fork.c @@ -19,7 +19,7 @@ static int initialized; /** * Describes an element of the close-on-fork list. * - * \sa list.h + * \sa \ref list.h. */ struct close_on_fork { /** The file descriptor which should be closed after fork(). */