summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/vfork.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/vfork.c')
-rw-r--r--cpukit/posix/src/vfork.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/vfork.c b/cpukit/posix/src/vfork.c
index 6483d1961a..3a62efbb23 100644
--- a/cpukit/posix/src/vfork.c
+++ b/cpukit/posix/src/vfork.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief Creates Child process Of The Calling process
* @ingroup POSIXAPI
+ *
+ * @brief Creates Child process Of The Calling process
*/
/*