X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=close_on_fork.c;h=7e0c8e6474b48a932ca0c107862391466415ec96;hp=008a09370ed3b8f11ff2aa3d87b427cb31b7c409;hb=21859dc53e11f56e76a5db0f105ee65a20d09ab9;hpb=f08b3d684d761560969b70de99f309bbd60d7b2e diff --git a/close_on_fork.c b/close_on_fork.c index 008a0937..7e0c8e64 100644 --- a/close_on_fork.c +++ b/close_on_fork.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2005-2013 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(). */