summaryrefslogtreecommitdiffstats
path: root/cpukit/include/sys/statvfs.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-25 10:47:22 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-26 07:18:29 +0200
commit1bc5d3e4817f041b79fe71d8af830c4114fd0d2a (patch)
tree80ba1cab862dc881199a07998be57bf858488b90 /cpukit/include/sys/statvfs.h
parenttimecounter: Add files to Doxygen group (diff)
downloadrtems-1bc5d3e4817f041b79fe71d8af830c4114fd0d2a.tar.bz2
sys: Add files to Doxygen group
Canonicalize brief descriptions. Update #3707.
Diffstat (limited to '')
-rw-r--r--cpukit/include/sys/statvfs.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpukit/include/sys/statvfs.h b/cpukit/include/sys/statvfs.h
index 52d8e9d3fa..655f9a596c 100644
--- a/cpukit/include/sys/statvfs.h
+++ b/cpukit/include/sys/statvfs.h
@@ -3,10 +3,11 @@
/**
* @file
*
- * @brief Interface to the statvfs() Set of API Methods
+ * @ingroup RTEMSAPISystemLibrary
*
- * This include file defines the interface to the statvfs() set of
- * API methods. The statvfs as defined by the SUS:
+ * @brief This header file provides the statvfs() and fstatvfs() interfaces.
+ *
+ * The statvfs() is defined by the SUS:
*
* - http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/statvfs.h.html
*/