summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/include/rtems/bdpart.h
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2012-12-21 11:56:26 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-12-21 11:56:26 -0600
commite5e1d8f00038d9e416e41c5c4c06d0adfc8b364d (patch)
treef49aca65c9860b454e2f9040b90b7fb15dc20571 /cpukit/libblock/include/rtems/bdpart.h
parentlibblock: Doxygen Enhancement Task #1 (diff)
downloadrtems-e5e1d8f00038d9e416e41c5c4c06d0adfc8b364d.tar.bz2
libblock: Doxygen Enhancement Task #1 corrections
Diffstat (limited to 'cpukit/libblock/include/rtems/bdpart.h')
-rw-r--r--cpukit/libblock/include/rtems/bdpart.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpukit/libblock/include/rtems/bdpart.h b/cpukit/libblock/include/rtems/bdpart.h
index c45e109ccf..25624f9c9b 100644
--- a/cpukit/libblock/include/rtems/bdpart.h
+++ b/cpukit/libblock/include/rtems/bdpart.h
@@ -33,12 +33,11 @@ extern "C" {
#endif /* __cplusplus */
/**
- * @brief Manage Partitions of a Disk Device
* @defgroup rtems_bdpart Block Device Partition Management
*
* @ingroup rtems_libblock
*
- * This module provides functions to manage partitions of a disk device.
+ * @brief This module provides functions to manage partitions of a disk device.
*
* A @ref rtems_disk "disk" is a set of blocks which are identified by a
* consecutive set of non-negative integers starting at zero. There are also
@@ -335,7 +334,7 @@ rtems_status_code rtems_bdpart_unmount(
);
/**
- * @brief Prints the Partition Table @a Partitions with @a Count Partitions
+ * @brief The Partition Table @a Partitions with @a Count Partitions is printed.
*
* Prints the partition table @a partitions with @a count partitions to
* standard output.