X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=close_on_fork.c;h=655dbc562a9dc2ed55711fad44a1dab713db25b9;hp=c606d98c46aeb4c9a15e76b90ea5856231c6a38e;hb=4791d009b3a2952e9c1d2bef22a5f301d28ed2a0;hpb=f167629b3191c57a6b691cd2a6af04a45a74ccb0 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(). */