From f3255a6f2243de82f7500641c16aa4360e29447a Mon Sep 17 00:00:00 2001 From: Mathew Kallada Date: Fri, 28 Dec 2012 11:30:27 -0600 Subject: Header File Doxygen Enhancement Task #11 --- cpukit/libcsupport/include/sys/statvfs.h | 2 ++ cpukit/libcsupport/include/sys/termios.h | 2 +- cpukit/libcsupport/include/sys/utsname.h | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit/libcsupport/include/sys') 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. */ -- cgit v1.2.3