summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/nanosleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/nanosleep.c')
-rw-r--r--cpukit/posix/src/nanosleep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/nanosleep.c b/cpukit/posix/src/nanosleep.c
index afcc29051f..8d1a4b84e4 100644
--- a/cpukit/posix/src/nanosleep.c
+++ b/cpukit/posix/src/nanosleep.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief Suspends Execution of calling thread until Time elapses
* @ingroup POSIXAPI
+ *
+ * @brief Suspends Execution of calling thread until Time elapses
*/
/*