summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/sys/utsname.h
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2013-01-08 06:40:27 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2013-01-08 06:40:27 -0600
commit4027e6332cf6cff450b286905711aa0f25c4a0df (patch)
treeb7a3da60bdcdc8390d4c38ee196491d09b66fe65 /cpukit/libcsupport/include/sys/utsname.h
parentsapi: Add rtems_fatal_source_description() (diff)
downloadrtems-4027e6332cf6cff450b286905711aa0f25c4a0df.tar.bz2
libcsupport: Doxygen Clean Up Task #1
Diffstat (limited to 'cpukit/libcsupport/include/sys/utsname.h')
-rw-r--r--cpukit/libcsupport/include/sys/utsname.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/cpukit/libcsupport/include/sys/utsname.h b/cpukit/libcsupport/include/sys/utsname.h
index df3cc675ad..93d331637e 100644
--- a/cpukit/libcsupport/include/sys/utsname.h
+++ b/cpukit/libcsupport/include/sys/utsname.h
@@ -1,5 +1,5 @@
/**
- * @file sys/utsname.h
+ * @file
*
* @brief Interface to the POSIX utsname() Service
*
@@ -19,9 +19,10 @@
#define __POSIX_SYS_UTSNAME_h
/**
- * @defgroup utsname Service
+ * @defgroup utsname Service
+ *
+ * @{
*/
-/**@{*/
#ifdef __cplusplus
extern "C" {
@@ -55,15 +56,19 @@ struct utsname {
};
/**
- * @brief 4.4.1 Get System Name, P1003.1b-1993, p. 90
+ * @brief Get system name.
+ *
+ * 4.4.1 Get System Name, P1003.1b-1993, p. 90
*/
int uname(
struct utsname *name
);
+/** @} */
+
#ifdef __cplusplus
}
#endif
-/**@}*/
+
#endif
/* end of include file */