[rtems commit] in-memory.rst, mounting_and_unmounting.rst: Remove unnecessary backslash

Joel Sherrill joel at rtems.org
Fri Oct 28 20:57:48 UTC 2016


Module:    rtems
Branch:    master
Commit:    30c32cbc4c28eed98d60e379d2e61cb0f79912f6
Changeset: http://git.rtems.org/rtems/commit/?id=30c32cbc4c28eed98d60e379d2e61cb0f79912f6

Author:    Joel Sherrill <joel at rtems.org>
Date:      Fri Oct 28 13:13:13 2016 -0500

in-memory.rst, mounting_and_unmounting.rst: Remove unnecessary backslash

---

 filesystem/in-memory.rst               | 2 +-
 filesystem/mounting_and_unmounting.rst | 2 +-
 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*



More information about the vc mailing list