summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/sys/utsname.h
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-08 15:43:29 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-08 15:43:29 -0500
commitceaa99964fee5138ebec4b09b80fdf13c3407cfa (patch)
treece1b9891c9061e6378acdc9e85d025d0afb895a6 /cpukit/libcsupport/include/sys/utsname.h
parentmisc rtems: Clean up Doxygen GCI Task #8 (diff)
downloadrtems-ceaa99964fee5138ebec4b09b80fdf13c3407cfa.tar.bz2
libcsupport: Doxygen Enhancement Task #3
http://www.google-melange.com/gci/task/view/google/gci2012/7992210
Diffstat (limited to 'cpukit/libcsupport/include/sys/utsname.h')
-rw-r--r--cpukit/libcsupport/include/sys/utsname.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/cpukit/libcsupport/include/sys/utsname.h b/cpukit/libcsupport/include/sys/utsname.h
index ca9e18e799..a56d74abfd 100644
--- a/cpukit/libcsupport/include/sys/utsname.h
+++ b/cpukit/libcsupport/include/sys/utsname.h
@@ -16,6 +16,11 @@
#ifndef __POSIX_SYS_UTSNAME_h
#define __POSIX_SYS_UTSNAME_h
+/**
+ * @defgroup utsname Service
+ */
+/**@{*/
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -47,10 +52,9 @@ struct utsname {
/* is running */
};
-/*
- * 4.4.1 Get System Name, P1003.1b-1993, p. 90
+/**
+ * @brief 4.4.1 Get System Name, P1003.1b-1993, p. 90
*/
-
int uname(
struct utsname *name
);
@@ -58,5 +62,6 @@ int uname(
#ifdef __cplusplus
}
#endif
+/**@}*/
#endif
/* end of include file */