summaryrefslogtreecommitdiffstats
path: root/filesystem
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-10-28 13:13:13 -0500
committerJoel Sherrill <joel@rtems.org>2016-10-28 14:51:54 -0500
commit30c32cbc4c28eed98d60e379d2e61cb0f79912f6 (patch)
treede3db1e5fba94d0199130ab197fbec226d3c2788 /filesystem
parentuser: Add comments about warnings we cannot remove. (diff)
downloadrtems-docs-30c32cbc4c28eed98d60e379d2e61cb0f79912f6.tar.bz2
in-memory.rst, mounting_and_unmounting.rst: Remove unnecessary backslash
Diffstat (limited to 'filesystem')
-rw-r--r--filesystem/in-memory.rst2
-rw-r--r--filesystem/mounting_and_unmounting.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/filesystem/in-memory.rst b/filesystem/in-memory.rst
index 7bc188d..b80d42f 100644
--- a/filesystem/in-memory.rst
+++ b/filesystem/in-memory.rst
@@ -1144,7 +1144,7 @@ imfs_dir_close()
.. code-block:: c
- rtems_libio_t \*iop
+ rtems_libio_t *iop
**File:**
diff --git a/filesystem/mounting_and_unmounting.rst b/filesystem/mounting_and_unmounting.rst
index 60b7b2e..00463ec 100644
--- a/filesystem/mounting_and_unmounting.rst
+++ b/filesystem/mounting_and_unmounting.rst
@@ -52,7 +52,7 @@ Each entry in the mount table chain is of the following type:
* The best option long term for this is probably an
* open file descriptor.
*/
- char \*dev;
+ char *dev;
};
*Node*