summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-23 10:59:12 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-23 10:59:38 +0200
commit5fe19134c07ac7844ca2f54cfc323a9bddc45fa4 (patch)
treeefaa1a98370b403e38a639c2d503ac919a538dd7 /cpukit/libcsupport/include/rtems/libio.h
parentlibmd: New defines for FreeBSD compatibility (diff)
downloadrtems-5fe19134c07ac7844ca2f54cfc323a9bddc45fa4.tar.bz2
Filesystem: PR2146: Documentation
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index 8eda539948..49820afd3d 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -1568,6 +1568,7 @@ int unmount(
* - RTEMS_FILESYSTEM_TYPE_DOSFS,
* - RTEMS_FILESYSTEM_TYPE_FTPFS,
* - RTEMS_FILESYSTEM_TYPE_IMFS,
+ * - RTEMS_FILESYSTEM_TYPE_JFFS2,
* - RTEMS_FILESYSTEM_TYPE_MINIIMFS,
* - RTEMS_FILESYSTEM_TYPE_NFS,
* - RTEMS_FILESYSTEM_TYPE_RFS, or
@@ -1580,6 +1581,7 @@ int unmount(
* - CONFIGURE_FILESYSTEM_DOSFS,
* - CONFIGURE_FILESYSTEM_FTPFS,
* - CONFIGURE_FILESYSTEM_IMFS,
+ * - CONFIGURE_FILESYSTEM_JFFS2,
* - CONFIGURE_FILESYSTEM_MINIIMFS,
* - CONFIGURE_FILESYSTEM_NFS,
* - CONFIGURE_FILESYSTEM_RFS, and
@@ -1590,7 +1592,7 @@ int unmount(
*
* @param[in] source The source parameter will be forwarded to the file system
* initialization handler. Usually the source is a path to the corresponding
- * device file, or @c NULL.
+ * device file, or @c NULL in case the file system does not use a device file.
* @param[in] target The target path must lead to an existing directory, or
* must be @c NULL. In case the target is @c NULL, the root file system will
* be mounted.