]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - close_on_fork.c
Make dummy completers static.
[paraslash.git] / close_on_fork.c
index 0e1389a6a0ce9de8eee8c94ef738320773c76455..655dbc562a9dc2ed55711fad44a1dab713db25b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2014 Andre Noll <maan@tuebingen.mpg.de>
+ * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -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(). */