summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio_.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-12-14 10:13:36 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-12-14 10:13:36 +0100
commit6d5ba497b19ad6d379c80197b3ce412f981c3321 (patch)
tree4c98489b5c6ddaad7c7d77efe2f228b1714ae9aa /cpukit/libcsupport/include/rtems/libio_.h
parentposix: Doxygen enhancement task #4 (diff)
downloadrtems-6d5ba497b19ad6d379c80197b3ce412f981c3321.tar.bz2
Filesystem: Revert documentation changes
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio_.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio_.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h
index 7c5a29f0c3..f56926acd9 100644
--- a/cpukit/libcsupport/include/rtems/libio_.h
+++ b/cpukit/libcsupport/include/rtems/libio_.h
@@ -179,14 +179,14 @@ extern rtems_filesystem_global_location_t rtems_filesystem_global_location_null;
rtems_libio_check_permissions_with_error(_iop, _flag, EINVAL )
/**
- * @brief Clones a Node
+ * @brief Clones a node.
*
- * The caller must hold the file system instance lock.
+ * The caller must hold the file system instance lock.
*
- * @param[out] clone The cloned location.
- * @param[in] master The master location.
+ * @param[out] clone The cloned location.
+ * @param[in] master The master location.
*
- * @see rtems_filesystem_instance_lock().
+ * @see rtems_filesystem_instance_lock().
*/
void rtems_filesystem_location_clone(
rtems_filesystem_location_info_t *clone,