summaryrefslogtreecommitdiffstats
path: root/filesystem/mounting_and_unmounting.rst
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/mounting_and_unmounting.rst
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 '')
-rw-r--r--filesystem/mounting_and_unmounting.rst2
1 files changed, 1 insertions, 1 deletions
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*