From 17c6ad6a01a7ace26decff61b20bdada797ed782 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Tue, 11 Dec 2012 16:51:08 -0500 Subject: libcsupport: Doxygen enhancement GCI task #4 http://www.google-melange.com/gci/task/view/google/gci2012/8009205 --- cpukit/libcsupport/include/rtems/libio_.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'cpukit/libcsupport/include/rtems/libio_.h') diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h index d6d7ddfca7..19b8661de8 100644 --- a/cpukit/libcsupport/include/rtems/libio_.h +++ b/cpukit/libcsupport/include/rtems/libio_.h @@ -194,15 +194,15 @@ void rtems_filesystem_location_clone( ); /** - * @brief Returns the type of a node. + * @brief Returns the Type of a Node * - * This function obtains and releases the file system instance lock. + * This function obtains and releases the file system instance lock. * - * @param[in] loc The location of the node. + * @param[in] loc The location of the node. * - * @return The node type. + * @return The node type. * - * @see rtems_filesystem_instance_lock(). + * @see rtems_filesystem_instance_lock(). */ rtems_filesystem_node_types_t rtems_filesystem_node_type( const rtems_filesystem_location_info_t *loc @@ -551,6 +551,9 @@ int rtems_filesystem_mknod( int rtems_filesystem_chdir( rtems_filesystem_location_info_t *loc ); +/** + * @brief Change Owner and Group of a File + */ int rtems_filesystem_chown( const char *path, uid_t owner, -- cgit v1.2.3