summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-28 11:30:27 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-12-28 11:30:27 -0600
commitf3255a6f2243de82f7500641c16aa4360e29447a (patch)
tree572646e57899076100e980aa28986456914f1f6f /cpukit/libcsupport
parentHeader File Doxygen Enhancement Task #7 (diff)
downloadrtems-f3255a6f2243de82f7500641c16aa4360e29447a.tar.bz2
Header File Doxygen Enhancement Task #11
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/include/sys/statvfs.h2
-rw-r--r--cpukit/libcsupport/include/sys/termios.h2
-rw-r--r--cpukit/libcsupport/include/sys/utsname.h2
3 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/sys/statvfs.h b/cpukit/libcsupport/include/sys/statvfs.h
index 13185e7e2e..8872670d80 100644
--- a/cpukit/libcsupport/include/sys/statvfs.h
+++ b/cpukit/libcsupport/include/sys/statvfs.h
@@ -1,6 +1,8 @@
/**
* @file sys/statvfs.h
*
+ * @brief Interface to the statvfs() set of API Methods
+ *
* This include file defines the interface to the statvfs() set of
* API methods. The statvfs as defined by the SUS:
*
diff --git a/cpukit/libcsupport/include/sys/termios.h b/cpukit/libcsupport/include/sys/termios.h
index 1046eb8c87..cc8440891a 100644
--- a/cpukit/libcsupport/include/sys/termios.h
+++ b/cpukit/libcsupport/include/sys/termios.h
@@ -1,7 +1,7 @@
/**
* @file sys/termios.h
*
- * @brief POSIX termios implementation for RTEMS console device driver.
+ * @brief POSIX termios Implementation for RTEMS Console Device Driver
*
* The Open Group Base Specifications Issue 6
* IEEE Std 1003.1, 2004 Edition
diff --git a/cpukit/libcsupport/include/sys/utsname.h b/cpukit/libcsupport/include/sys/utsname.h
index a56d74abfd..df3cc675ad 100644
--- a/cpukit/libcsupport/include/sys/utsname.h
+++ b/cpukit/libcsupport/include/sys/utsname.h
@@ -1,6 +1,8 @@
/**
* @file sys/utsname.h
*
+ * @brief Interface to the POSIX utsname() Service
+ *
* This include file defines the interface to the POSIX utsname() service.
*/