summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/mprotect.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/mprotect.c')
-rw-r--r--cpukit/posix/src/mprotect.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/mprotect.c b/cpukit/posix/src/mprotect.c
index 17a63b47ce..87fe5cf355 100644
--- a/cpukit/posix/src/mprotect.c
+++ b/cpukit/posix/src/mprotect.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief Change Memory Protection
* @ingroup POSIXAPI
*
+ * @brief Change Memory Protection
+ *
* 12.2.3 Change Memory Protection, P1003.1b-1996, p. 277.
*
* This is not a functional version of mprotect() but the SPARC backend