X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=close_on_fork.c;h=7e0c8e6474b48a932ca0c107862391466415ec96;hp=c606d98c46aeb4c9a15e76b90ea5856231c6a38e;hb=a35c113e0bb9fa9ac02b77eb01dd32f49cd5c8d0;hpb=6e0b28e02a1013c019a3225e922b71f913bfbae4 diff --git a/close_on_fork.c b/close_on_fork.c index c606d98c..7e0c8e64 100644 --- a/close_on_fork.c +++ b/close_on_fork.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2005 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2005 Andre Noll , see file COPYING. */ /** \file close_on_fork.c Manage a list of fds that should be closed on fork. */ @@ -19,7 +15,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(). */