summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/kill.c')
-rw-r--r--cpukit/posix/src/kill.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/kill.c b/cpukit/posix/src/kill.c
index a143c5dea3..d759cd1617 100644
--- a/cpukit/posix/src/kill.c
+++ b/cpukit/posix/src/kill.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief Send a Signal to a Process
* @ingroup POSIXAPI
+ *
+ * @brief Send a Signal to a Process
*/
/*